From e2a556101ad9774e3f90e9ce5766d658e544aad8 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:22:30 +0800 Subject: [PATCH] Update userChrome.css --- chrome/userChrome.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 8924f52..cfb9822 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -13,11 +13,10 @@ @import "extras/accessibility.css"; /* High Contrast theme and reduced motion (Only used on OS setting) */ /* Force Drag Space (Useful for Proton) */ -/* :root { --space-above-tabbar: 8px !important; } -*/ -/* Display tab-line above tabs */ + +/* Display tab-line above tabs (Does not work with Proton) */ /* .tabbrowser-tab[visuallyselected] .tab-line { display: -moz-box !important; } */