remove ancient titlebar-placeholder selectors
This commit is contained in:
@@ -71,7 +71,7 @@ Window controls will be all wrong without it
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* This isn't useful when tabs start in the middle of the window */
|
/* This isn't useful when tabs start in the middle of the window */
|
||||||
.titlebar-placeholder[type="pre-tabs"],.titlebar-spacer[type="pre-tabs"]{ width:8px !important}
|
.titlebar-spacer[type="pre-tabs"]{ width:8px !important}
|
||||||
#nav-bar{ margin-top: calc(0px - var(--uc-toolbar-height)); }
|
#nav-bar{ margin-top: calc(0px - var(--uc-toolbar-height)); }
|
||||||
|
|
||||||
#nav-bar-customization-target{ margin-right: calc(100vw - (var(--uc-navigationbar-width)) - var(--uc-window-control-width) - var(--uc-buttons-width) - var(--uc-window-drag-space-post)) }
|
#nav-bar-customization-target{ margin-right: calc(100vw - (var(--uc-navigationbar-width)) - var(--uc-window-control-width) - var(--uc-buttons-width) - var(--uc-window-drag-space-post)) }
|
||||||
@@ -91,7 +91,6 @@ Window controls will be all wrong without it
|
|||||||
display: -moz-box !important;
|
display: -moz-box !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.titlebar-placeholder[type="post-tabs"],
|
|
||||||
.titlebar-spacer[type="post-tabs"]{
|
.titlebar-spacer[type="post-tabs"]{
|
||||||
width: calc(var(--uc-buttons-width) + var(--uc-window-drag-space-post)) !important;
|
width: calc(var(--uc-buttons-width) + var(--uc-window-drag-space-post)) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user