Skip to content

Commit

Permalink
style: fix custom background filters media query
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Jul 29, 2024
1 parent aa74c5e commit d96832c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/styles/media-queries-green.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
.pageSettings {
.section {
grid-template-columns: 1fr 1fr;

&[data-config-name="customBackgroundFilter"] {
.groups {
grid-template-columns: 1fr;
}
}
}
.settingsGroup.quickNav .links {
display: grid;
Expand Down

0 comments on commit d96832c

Please sign in to comment.