Remove unnecessary extra margin from bottom of urlbarview
This commit is contained in:
parent
cf7d1ea23c
commit
2f3ab157e9
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ See the above repository for updates as well as full license text. */
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[uidensity="compact"]:not([inFullscreen]){
|
:root[uidensity="compact"]:not([inFullscreen]){
|
||||||
--uc-bottom-toolbar-height: calc(29px + var(--toolbarbutton-outer-padding) )
|
--uc-bottom-toolbar-height: calc(32px + var(--toolbarbutton-outer-padding) )
|
||||||
}
|
}
|
||||||
|
|
||||||
#browser,
|
#browser,
|
||||||
|
@ -33,6 +33,6 @@ See the above repository for updates as well as full license text. */
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar[open] > .urlbarView{ margin-block: 0px calc(var(--urlbar-height) + 1px) !important; box-shadow: none !important; }
|
.urlbarView-body-inner{ border-top-style: none !important; }
|
||||||
|
|
||||||
}
|
}
|
|
@ -30,7 +30,7 @@ See the above repository for updates as well as full license text. */
|
||||||
top: auto !important;
|
top: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar[open] > .urlbarView{ margin-block: 0px calc(var(--urlbar-height) + 1px) !important; box-shadow: none !important; }
|
.urlbarView-body-inner{ border-top-style: none !important; }
|
||||||
|
|
||||||
/* Yeah, removes window controls. Likely not wanted on bottom row */
|
/* Yeah, removes window controls. Likely not wanted on bottom row */
|
||||||
#TabsToolbar > .titlebar-buttonbox-container{ display: none }
|
#TabsToolbar > .titlebar-buttonbox-container{ display: none }
|
||||||
|
|
Loading…
Reference in a new issue