mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
selected_tab_as_urlbar: don't hide nav-bar items is customization view
This commit is contained in:
parent
6d00a86ace
commit
4650a9fb00
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ See the above repository for updates as well as full license text. */
|
||||||
:root:not([customizing]) #titlebar{ margin-bottom: -40px }
|
:root:not([customizing]) #titlebar{ margin-bottom: -40px }
|
||||||
|
|
||||||
/* Oh and! also hide other buttons from the nav-bar because why not */
|
/* Oh and! also hide other buttons from the nav-bar because why not */
|
||||||
#nav-bar-customization-target > :not(#urlbar-container){ visibility: collapse }
|
:root:not([customizing]) #nav-bar-customization-target > :not(#urlbar-container){ visibility: collapse }
|
||||||
#TabsToolbar > .toolbar-items{ margin-right: 40px !important; }
|
#TabsToolbar > .toolbar-items{ margin-right: 40px !important; }
|
||||||
|
|
||||||
#nav-bar{
|
#nav-bar{
|
||||||
|
|
Loading…
Reference in a new issue