Mono-firefox-theme icon indicating copy to clipboard operation
Mono-firefox-theme copied to clipboard

Tab tittle not centered

Open saltecaramel opened this issue 2 years ago • 1 comments

Tab tittles are not centered and instead is aligned to the left side. Screenshot from 2023-06-04 22-16-34

saltecaramel avatar Jun 05 '23 02:06 saltecaramel

.tab-icon-stack{
  margin-inline-start: auto
}

.tab-label-container{
  max-width: min-content;
  margin-inline-end: auto;
}


.tab-label-container.proton {
    display: grid !important;
    justify-items: safe center !important;
    text-align: center !important;
}

.tab-label {
    overflow: hidden !important;
    text-align: center !important;

}

LupuC avatar Nov 11 '23 12:11 LupuC