fix: account for width on sidebar media queries

This commit is contained in:
patak 2023-05-02 17:44:34 +02:00
parent 68f2c3fc5b
commit df0c30c2f2
2 changed files with 9 additions and 3 deletions

View file

@ -42,7 +42,7 @@ const { notifications } = useNotifications()
.spacer {
margin-top: 0.5em;
}
@media screen and ( max-height: 820px ) {
@media screen and ( max-height: 820px ) and ( min-width: 640px ) {
.spacer {
margin-top: 0;
}