Created
May 8, 2020 22:05
-
-
Save cjxgm/099f75a3b7ed435e39136258713138a4 to your computer and use it in GitHub Desktop.
Firefox 77+ User Chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
/* Remove "Close" button on the tabs */ | |
#tabbrowser-tabs .tabbrowser-tab .tab-close-button | |
{ | |
display: none !important; | |
} | |
/* Do not shift up when URL bar is active */ | |
#urlbar[breakout][breakout-extend] { | |
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; | |
left: 0px !important; | |
width: 100% !important; | |
} | |
#urlbar[breakout][breakout-extend] > #urlbar-input-container { | |
height: 100% !important; | |
padding-block: 0px 2px !important; | |
padding-inline: 0px 2px !important; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment