mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Set titlebar appearance to none in normal windows
This commit is contained in:
parent
b4a34d2334
commit
93f92a65a6
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
#main-window[sizemode="normal"]{ border-top: none !important }
|
||||
:root[sizemode="normal"]{ border-top: none !important }
|
||||
#navigator-toolbox::after{ content: none !important }
|
||||
|
||||
/* Removes few remaining extra lines above tabs in non-maximized windows */
|
||||
/* Also prevents small vertical shift when moving tabs in compact density - who knows why */
|
||||
:root[sizemode="normal"] #titlebar{ -moz-appearance: none !important; }
|
||||
|
||||
|
||||
/* OPTIONAL - uncomment to remove still remaining space atop of tabs */
|
||||
/* This just increases the height of tabs by few pixels, not decrease the toolbar height */
|
||||
|
||||
|
|
Loading…
Reference in a new issue