画面下部に必要なスペース関連の改善 (#9509)

* enhance: apply same safe area processing to the tab bar

* fix: remove unnecessary bottom space on messaging room

* enhance bottom spacing

* fix size of `minBottomSpacing`
This commit is contained in:
あずき⪥™
2023-01-10 13:50:34 +09:00
committed by GitHub
parent 1688083e9a
commit 1453a0f5cf
7 changed files with 11 additions and 21 deletions

View File

@@ -392,12 +392,6 @@ $widgets-hide-threshold: 1090px;
}
.spacer {
$widgets-hide-threshold: 1090px;
height: calc(env(safe-area-inset-bottom, 0px) + 96px);
@media (min-width: ($widgets-hide-threshold + 1px)) {
display: none;
}
height: calc(var(--minBottomSpacing));
}
</style>