Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*** OneLiner Test Buttons right ***/
- :root {
- --tabs-navbar-shadow-size: 0px !important;
- }
- #navigator-toolbox {
- --uc-tabbar-width: 68vw;
- --uc-toolbar-height: 36px;
- --uc-spacer-width: 4vw;
- }
- #urlbar-container {
- min-width: unset !important;
- }
- /*** Heights ***/
- #nav-bar {
- margin-top: calc(0px - var(--uc-toolbar-height)) !important;
- height: var(--uc-toolbar-height) !important;
- }
- #TabsToolbar, #tabbrowser-tabs {
- --tab-min-height: calc(var(--uc-toolbar-height) - 2px) !important;
- }
- /*** URL bar height ***/
- #navigator-toolbox {
- --urlbar-height: 23px !important;
- }
- #urlbar-container, #search-container {
- height: var(--urlbar-height) !important;
- }
- #urlbar, #searchbar {
- min-height: calc(var(--urlbar-height) -7px) !important;
- }
- #urlbar-input-container {
- max-height: calc(var(--urlbar-height) -7px) !important;
- }
- /*** Widths ***/
- /* Right margin , tabbar margin - tabs right margin + toolbar start/end padding */
- #nav-bar-customization-target {
- margin-right: calc(var(--uc-tabbar-width) - 72px) !important;
- margin-left : var(--uc-spacer-width) !important;
- }
- /* Right margin , UI + Overflow buttons width inkl. padding */
- #TabsToolbar {
- margin-left : calc(100vw - var(--uc-tabbar-width)) !important;
- margin-right: 90px !important;
- --tabs-navbar-shadow-size: 0px !important;
- }
- /** Tabs visible **/
- :root[sizemode="fullscreen"] #TabsToolbar > .titlebar-buttonbox-container,
- #TabsToolbar > .toolbar-items {
- position: relative !important;
- z-index: 2;
- }
- /*** Buttons ***/
- #nav-bar .toolbarbutton-1 {
- --toolbarbutton-inner-padding: calc((var(--tab-min-height) - 16px) / 2) !important;
- --toolbarbutton-outer-padding: 0px !important;
- --toolbar-start-end-padding: 18px !important;
- }
- #TabsToolbar .toolbarbutton-1 {
- --toolbarbutton-outer-padding: 0px !important;
- }
- /** Spacer / Spring **/
- toolbarspring {
- min-width: 28px !important;
- max-width: 112px !important;*/
- }
- /** Stuff Off **/
- .titlebar-spacer[type="pre-tabs"] {
- display: none !important;
- }
- .titlebar-spacer[type="post-tabs"] {
- display: none !important;
- }
- .titlebar-buttonbox-container {
- display: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment