Combine window placeholder support sheets

This commit is contained in:
MrOtherGuy
2019-02-09 12:45:52 +02:00
parent 5e46b7a0a3
commit 8b4d97c09f
10 changed files with 32 additions and 57 deletions

View File

@@ -1,24 +1,18 @@
/* Modify to change window drag space width */
/*
Use Fx65_tabs_on_bottom_menubar_on_top_patch if you
Use Fx65_tabs_on_bottom_menubar_on_top_patch.css if you
have menubar permanently enabled and want it on top
*/
/* IMPORTANT */
/*
Get EITHER
window_control_placeholder_support.css
OR
window_control_placeholder_support_mac.css
Get window_control_placeholder_support.css
Window controls will be all wrong without it
*/
:root{
--uc-titlebar-padding: 0px; }
:root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }
:root[tabsintitlebar="true"] #nav-bar{ --window-drag-space-width: 24px; }
.titlebar-buttonbox-container{
position: fixed;