mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Hide toolbox bottom border
This commit is contained in:
parent
5b2bb17e1e
commit
07368eb3b3
1 changed files with 3 additions and 1 deletions
|
@ -24,3 +24,5 @@
|
||||||
}
|
}
|
||||||
.titlebar-placeholder,
|
.titlebar-placeholder,
|
||||||
#TabsToolbar .titlebar-spacer{ display: none; }
|
#TabsToolbar .titlebar-spacer{ display: none; }
|
||||||
|
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
|
||||||
|
#navigator-toolbox::after{ display: none !important; }
|
Loading…
Reference in a new issue