Add CSS for about:preferences (MR 8)
This commit is contained in:
parent
c77ba05450
commit
0765d1a25f
3 changed files with 40 additions and 1 deletions
17
src/userContent/preferences.css
Normal file
17
src/userContent/preferences.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
@-moz-document url("about:preferences"), url-prefix("about:preferences") {
|
||||
/* avoid that sidebar is too wide */
|
||||
.navigation {
|
||||
max-width: 50px;
|
||||
}
|
||||
|
||||
/* reduce space around category icons */
|
||||
#categories > .category {
|
||||
margin-inline-start: 2px !important;
|
||||
padding-inline: 2px !important;
|
||||
}
|
||||
|
||||
/* reduce space around footer icons (addons, help) */
|
||||
.sidebar-footer-list {
|
||||
margin-inline: 2px !important;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue