Fix sidebar button positioning on wide short mobile resolutions
This commit is contained in:
parent
c2a43f6414
commit
e130aaead1
@ -196,7 +196,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
@media (max-width: 400px), (max-height: 480px) {
|
||||
right: 0.5rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
@ -315,4 +315,4 @@ export default defineComponent({
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user