mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-12 20:40:14 +00:00
Hide the navigator-toolbox bottom border
This commit is contained in:
parent
ab0f3df900
commit
1a9521f9be
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
:root[sizemode="normal"]{ border-top: none !important }
|
:root[sizemode="normal"]{ border-top: none !important }
|
||||||
#navigator-toolbox::after{ content: none !important }
|
#navigator-toolbox::after{ content: none !important }
|
||||||
|
#navigator-toolbox{ border-bottom: none !important }
|
||||||
/* Removes few remaining extra lines above tabs in non-maximized windows */
|
/* 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 */
|
/* Also prevents small vertical shift when moving tabs in compact density - who knows why */
|
||||||
:root[sizemode="normal"] #titlebar{ -moz-appearance: none !important; }
|
:root[sizemode="normal"] #titlebar{ -moz-appearance: none !important; }
|
||||||
|
|
Loading…
Reference in a new issue