Skip to content

Commit a282bb6

Browse files
committed
Adw/PreferencesWindow: add some style fixes
1 parent 97fecb9 commit a282bb6

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

src/gtk-4.0/widgets/adw/PreferencesWindow.scss

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,30 @@ window.preferences.csd {
2222
rgba(black, 0.0) 0.444rem
2323
);
2424
}
25+
}
26+
}
2527

26-
> viewport > clamp > box {
27-
padding-left: rem(12px);
28-
padding-right: rem(12px);
29-
}
28+
preferencespage > scrolledwindow > viewport > clamp > box {
29+
margin: rem(24px) rem(12px);
30+
border-spacing: 2em;
31+
}
32+
33+
preferencesgroup > box {
34+
&, box.labels {
35+
border-spacing: rem(6px);
3036
}
3137

32-
preferencesgroup {
33-
margin-bottom: 2rem;
38+
> box.header:not(.single-line) {
39+
margin-bottom: rem(6px);
40+
}
41+
42+
row.button,
43+
> box.single-line {
44+
min-height: 34px;
45+
}
46+
47+
label.h4 {
48+
font-weight: 700;
3449
}
3550
}
51+

0 commit comments

Comments
 (0)