nyx/modules/home-manager/browser/floorp/chrome/content/inner-rounded.css
2024-10-27 03:08:32 +03:00

13 lines
No EOL
379 B
CSS
Generated

/* make borders from inner content rounded */
@media all and (display-mode: browser) {
#tabbrowser-tabpanels browser[type="content"] {
color-scheme: env(-moz-content-preferred-color-scheme);
border-top-left-radius: 16px;
}
}
/* comment this out for padding around the content */
/* .browserContainer{
padding-right: 10px !important;
padding-bottom: 10px !important;
} */