mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 04:33:54 +02:00
* Update Theme: Disable Rounded Corners Update Theme: Disable Rounded Corners https://github.com/zen-browser/theme-store/pull/54 * Update theme.json
20 lines
470 B
CSS
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;
|
|
}
|