From 4b4fdc8dc997ef3d453bc6a39216bae40d8db698 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Tue, 14 Sep 2021 03:40:42 +0000 Subject: [PATCH] Fix: Center Tab Label update --- Tips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tips.md b/Tips.md index 770fe53..02e7c15 100644 --- a/Tips.md +++ b/Tips.md @@ -109,8 +109,8 @@ Use this code: Use this code: ```css /* Based on https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/centered_tab_label.css */ -.tab-label-container{ display: grid; justify-content: safe center } -.tab-label,.tab-secondary-label{ overflow: hidden } +.tab-label-container{ display: grid; justify-content: safe center; } +.tab-label,.tab-secondary-label{ overflow: hidden; } .tabbrowser-tab[selected]:not(:hover) .tab-label-container:not([textoverflow]), .tabbrowser-tab:not(:hover,[pinned]) .tab-label-container:not([textoverflow]) { margin-inline-end: 5px; }