Use similar code for window drag space in all stylesheets part2

This commit is contained in:
MrOtherGuy
2019-02-08 10:47:26 +02:00
parent eabff2de11
commit feba8a6403
4 changed files with 30 additions and 10 deletions

View File

@@ -38,5 +38,5 @@
height: calc(var(--tab-min-height) + var(--space-above-tabbar) - 1px) !important;
-moz-appearance: initial !important;
}
/* Space to drag the window on both sides of navbar */
:root[tabsintitlebar="true"]:not([inFullscreen]) #nav-bar { padding: 0px var(--window-drag-space-width,0px) }