mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
fix UI sometimes being offset on mobile
This commit is contained in:
parent
385f31df29
commit
83a1897d3f
@ -575,6 +575,7 @@ console.log(mainRouter.currentRoute.value.name);
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
$widgets-hide-threshold: 1090px;
|
||||
overflow-x: clip;
|
||||
@media (max-width: $widgets-hide-threshold) {
|
||||
padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user