Mono-firefox-theme
Mono-firefox-theme copied to clipboard
Tab tittle not centered
Tab tittles are not centered and instead is aligned to the left side.
.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;
}