Skip to content

Commit 929d262

Browse files
Fixed settings collapsible lists css layout
1 parent e26399c commit 929d262

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/styles/settings.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636

3737
transform: scaleY(1);
3838
transition: transform 0.2s ease-in-out;
39+
40+
details {
41+
flex-direction: column;
42+
align-items: initial;
43+
}
3944
}
4045

4146
.ac-settings-heading:has(.checkbox-container:not(.is-enabled)) + .settings-header-children {
@@ -57,10 +62,6 @@ details.setting-item {
5762
}
5863
}
5964

60-
body.is-mobile .kofi-button.sticky {
61-
display: none; // TODO: Fix this
62-
}
63-
6465
.kofi-banner {
6566
position: relative;
6667
display: flex;

0 commit comments

Comments
 (0)