Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Firefox Proton: center tab label

  • Nenhuma resposta
  • 1 tem este problema
  • 158 visualizações
more options

Hello,

The following CSS code used to center the tab label prior to Proton.

.tab-label { -moz-box-flex: 1 !important; text-align: center !important; }

Any idea how to achieve that in Proton?

Thank you.

Hello, The following CSS code used to center the tab label prior to Proton. .tab-label { -moz-box-flex: 1 !important; text-align: center !important; } Any idea how to achieve that in Proton? Thank you.

Solução escolhida

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


Seems to work properly with Proton enabled.

Credit and many thanks to @sean1138 in https://github.com/black7375/Firefox-UI-Fix/issues/71.

Ler esta resposta no contexto 👍 0

Todas as respostas (1)

more options

Solução escolhida

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


Seems to work properly with Proton enabled.

Credit and many thanks to @sean1138 in https://github.com/black7375/Firefox-UI-Fix/issues/71.

Modificado por Yaron a