mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Remove old titlebar-placeholder rules
This commit is contained in:
parent
f500bcf685
commit
1cc9e2eb77
2 changed files with 4 additions and 5 deletions
|
@ -18,11 +18,11 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur
|
|||
:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; }
|
||||
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; }
|
||||
|
||||
:root[uidensity=compact] #urlbar-container{
|
||||
:root[uidensity="compact"] #urlbar-container{
|
||||
--urlbar-container-height: var(--uc-toolbar-height) !important;
|
||||
padding-block: 0 !important;
|
||||
}
|
||||
:root[uidensity=compact] #urlbar{
|
||||
:root[uidensity="compact"] #urlbar{
|
||||
--urlbar-toolbar-height: var(--uc-toolbar-height) !important;
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,7 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur
|
|||
#tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }
|
||||
|
||||
/* This isn't useful when tabs start in the middle of the window */
|
||||
.titlebar-placeholder[type="pre-tabs"],
|
||||
|
||||
.titlebar-spacer[type="pre-tabs"]{ display: none }
|
||||
|
||||
#navigator-toolbox > #nav-bar{
|
||||
|
@ -63,4 +63,4 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur
|
|||
#urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; }
|
||||
|
||||
/* Fix customization view */
|
||||
#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; }
|
||||
#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; }
|
|
@ -31,7 +31,6 @@ See the above repository for updates as well as full license text. */
|
|||
#tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }
|
||||
|
||||
/* This isn't useful when tabs start in the middle of the window */
|
||||
.titlebar-placeholder[type="pre-tabs"],
|
||||
.titlebar-spacer[type="pre-tabs"]{ display: none }
|
||||
|
||||
#navigator-toolbox > #nav-bar{
|
||||
|
|
Loading…
Reference in a new issue