theme-store/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css
Gunir 20651f174f
Update Theme: Disable Rounded Corners (#597)
* Update Theme: Disable Rounded Corners

Update Theme: Disable Rounded Corners https://github.com/zen-browser/theme-store/pull/54

* Update theme.json
2024-10-19 11:29:20 -07:00

20 lines
470 B
CSS

#tabbrowser-tabpanels {
padding-right: 0px!important;
padding-bottom: 0px!important;
#browser:has(#navigator-toolbox[zen-right-side='true']) & {
padding-right: 0;
padding-left: 0px!important;
}
}
:root:not([inDOMFullscreen='true']) #tabbrowser-tabbox {
padding: 0px!important; /* To allow the web view's shadow to be visible */
}
/* NOT WORKING! */
#browser,
#appcontent,
#tabbrowser-tabpanels {
background: -moz-element !important;
}