mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
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]){
|
||||
--uc-bottom-toolbar-height: calc(29px + var(--toolbarbutton-outer-padding) )
|
||||
--uc-bottom-toolbar-height: calc(32px + var(--toolbarbutton-outer-padding) )
|
||||
}
|
||||
|
||||
#browser,
|
||||
|
@ -33,6 +33,6 @@ See the above repository for updates as well as full license text. */
|
|||
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;
|
||||
}
|
||||
|
||||
#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 */
|
||||
#TabsToolbar > .titlebar-buttonbox-container{ display: none }
|
||||
|
|
Loading…
Reference in a new issue