mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
style: fix custom background filters media query
This commit is contained in:
parent
aa74c5eaa0
commit
d96832c927
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue