mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 11:33:01 -04:00
Home: add floorp config
This commit is contained in:
parent
3c1c079d19
commit
0239cb535c
117 changed files with 3768 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
/* 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;
|
||||
} */
|
Loading…
Add table
Add a link
Reference in a new issue