mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 06:53:12 +08:00
Moved Themer to Settings. Added option to set default theme
This commit is contained in:
18
client/src/components/Settings/Themer/Themer.module.css
Normal file
18
client/src/components/Settings/Themer/Themer.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.ThemerGrid {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-auto-rows: 100px;
|
||||
}
|
||||
|
||||
@media (min-width: 340px) {
|
||||
.ThemerGrid {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 680px) {
|
||||
.ThemerGrid {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user