Change window control placeholders to use ::before and ::after

This commit is contained in:
MrOtherGuy
2019-05-05 15:20:51 +03:00
parent dc72d829da
commit 53ea91d2e8
4 changed files with 30 additions and 15 deletions

View File

@@ -41,4 +41,9 @@
height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important;
-moz-appearance: initial !important;
}
#nav-bar{ padding: 0 var(--uc-window-drag-space-width,0px) }
#nav-bar::before,
#nav-bar::after{
content: "";
display: -moz-box;
width: var(--uc-window-drag-space-width);
}