Hide toolbox bottom border

This commit is contained in:
MrOtherGuy 2019-01-30 16:16:38 +02:00
parent 5b2bb17e1e
commit 07368eb3b3

View file

@ -23,4 +23,6 @@
padding-left: var(--window-drag-space-width,0px)
}
.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; }