add window drag space placeholders that won't trigger urlbar

This commit is contained in:
MrOtherGuy 2021-06-15 00:26:54 +03:00
parent 99a53cb7fa
commit 56f07645aa

View file

@ -33,6 +33,7 @@ See the above repository for updates as well as full license text. */
height: calc(var(--tab-min-height) + 2*var(--tab-block-margin)); height: calc(var(--tab-min-height) + 2*var(--tab-block-margin));
content: ""; content: "";
} }
:root[sizemode="normal"]:not([customizing]) #urlbar-input-container::before{ left: 40px; width: calc(100vw - 138px -80px) }
#urlbar-input-container:focus-within::before{ display: none !important; } #urlbar-input-container:focus-within::before{ display: none !important; }