Space out pref sections

This commit is contained in:
Dan Stillman 2023-04-10 06:43:41 -04:00
parent 593b4fd515
commit 1db153b66b

View file

@ -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;