Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Firefox Proton: center tab label

  • Нет ответов
  • 1 имеет эту проблему
  • 159 просмотров
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.

Выбранное решение

.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.

Прочитайте этот ответ в контексте 👍 0

Все ответы (1)

more options

Выбранное решение

.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.

Изменено Yaron