Trivial selector changes from titlebar removal
This commit is contained in:
@@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */
|
||||
/* This style totally breaks bookmarks toolbar but can be used with autohide_bookmarks_toolbar.css */
|
||||
|
||||
:root:not([customizing]) #navigator-toolbox{ display: grid; grid-template-rows: auto }
|
||||
:root:not([customizing]) #navigator-toolbox > *{ grid-area: 1/1; }
|
||||
:root:not([customizing]) #navigator-toolbox > :is(#titlebar,.browser-toolbar){ grid-area: 1/1; }
|
||||
:root:not([customizing]) #titlebar{ -moz-appearance: none !important; }
|
||||
|
||||
#urlbar-container{ margin-top: 1px }
|
||||
|
||||
Reference in New Issue
Block a user