Fix sidebar button positioning on wide short mobile resolutions

This commit is contained in:
James Lyne 2021-06-22 18:55:39 +01:00
parent c2a43f6414
commit e130aaead1

View File

@ -196,7 +196,7 @@ export default defineComponent({
}
}
@media (max-width: 400px) {
@media (max-width: 400px), (max-height: 480px) {
right: 0.5rem;
top: 0.5rem;
}