Update userChrome.css

This commit is contained in:
bmFtZQ 2021-06-03 10:22:30 +08:00 committed by GitHub
parent 896e91e604
commit e2a556101a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; }
*/