Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Firefox Proton: center tab label

  • Keine Antworten
  • 1 hat dieses Problem
  • 88 Aufrufe
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.

Ausgewählte Lösung

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

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (1)

more options

Ausgewählte Lösung

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

Geändert am von Yaron