Combine window placeholder support sheets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user