mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
reduce window minHeight to 120px (#1561)
This commit is contained in:
@@ -29,6 +29,12 @@
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
@media (height < 192px) {
|
||||
.drawer-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.main-content {
|
||||
position: relative;
|
||||
grid-area: main-content;
|
||||
|
||||
Reference in New Issue
Block a user