mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Merge branch 'master' of https://github.com/MrOtherGuy/firefox-csshacks
This commit is contained in:
commit
21d9fc5403
2 changed files with 9 additions and 6 deletions
|
@ -28,7 +28,6 @@ See the above repository for updates as well as full license text. */
|
||||||
}
|
}
|
||||||
|
|
||||||
@-moz-document url(chrome://browser/content/browser.xhtml){
|
@-moz-document url(chrome://browser/content/browser.xhtml){
|
||||||
|
|
||||||
#scrollbutton-up~spacer,
|
#scrollbutton-up~spacer,
|
||||||
#scrollbutton-up,
|
#scrollbutton-up,
|
||||||
#scrollbutton-down{ display: var(--scrollbutton-display-model,initial) }
|
#scrollbutton-down{ display: var(--scrollbutton-display-model,initial) }
|
||||||
|
@ -73,7 +72,11 @@ See the above repository for updates as well as full license text. */
|
||||||
/* remove bottom margin so it doesn't throw off row height computation */
|
/* remove bottom margin so it doesn't throw off row height computation */
|
||||||
#tabs-newtab-button{ margin-bottom: 0 !important; }
|
#tabs-newtab-button{ margin-bottom: 0 !important; }
|
||||||
|
|
||||||
|
#tabbrowser-tabs[hasadjacentnewtabbutton][overflow="true"] > #tabbrowser-arrowscrollbox > #tabbrowser-arrowscrollbox-periphery > #tabs-newtab-button {
|
||||||
|
display: -moz-box !important;
|
||||||
|
}
|
||||||
|
|
||||||
#alltabs-button,
|
#alltabs-button,
|
||||||
:root:not([customizing]) #TabsToolbar #new-tab-button,
|
:root:not([customizing]) #TabsToolbar #new-tab-button,
|
||||||
#tabbrowser-arrowscrollbox > spacer,
|
#tabbrowser-arrowscrollbox > spacer,
|
||||||
.tabbrowser-tab::after{ display: none !important }
|
.tabbrowser-tab::after{ display: none !important }
|
||||||
|
|
|
@ -39,10 +39,10 @@ See the above repository for updates as well as full license text. */
|
||||||
#PersonalToolbar #PlacesToolbarItems > .bookmark-item{ padding-block: 4px !important; }
|
#PersonalToolbar #PlacesToolbarItems > .bookmark-item{ padding-block: 4px !important; }
|
||||||
|
|
||||||
|
|
||||||
body > #browser,
|
:root:not([chromehidden~="toolbar"]) body > #browser,
|
||||||
body > #browser-bottombox,
|
:root:not([chromehidden~="toolbar"]) body > #browser-bottombox,
|
||||||
#customization-container{
|
:root:not([chromehidden~="toolbar"]) #customization-container{
|
||||||
margin-left: var(--uc-vertical-toolbar-width,0);
|
margin-left: var(--uc-vertical-toolbar-width,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue