Use border instead of ::before and ::after for placeholders because they

would make Fx to ignore nav-bar overflow
This commit is contained in:
MrOtherGuy
2019-12-06 10:29:44 +02:00
parent 8c6606b5c6
commit 616342e7fc
5 changed files with 10 additions and 14 deletions

View File

@@ -42,9 +42,6 @@
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{
transition: height 0ms steps(1) 80ms;
}
#nav-bar::before,
#nav-bar::after{
content: "";
display: -moz-box;
width: var(--uc-window-drag-space-width);
#nav-bar{
border-inline: var(--uc-window-drag-space-width) solid var(--toolbar-bgcolor);
}