Space out pref sections
This commit is contained in:
parent
593b4fd515
commit
1db153b66b
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@ groupbox > label > h2, groupbox > * > label > h2 {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Space out sections */
|
||||
groupbox:not(:first-of-type) label > h2 {
|
||||
margin-top: 2em !important;
|
||||
}
|
||||
|
||||
/* Approach to search tooltips (mostly borrowed from Fx prefs): */
|
||||
.search-tooltip-parent {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue