mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 08:07:35 -06:00
Account for safe area in label offset
This commit is contained in:
@@ -1009,6 +1009,10 @@ body {
|
||||
--safe-area-inset-bottom: env(safe-area-inset-bottom, 0);
|
||||
}
|
||||
|
||||
.list-collapsible-label:has(.list-collapsible-input:checked) {
|
||||
bottom: calc(var(--mobile-navigation-height) + var(--safe-area-inset-bottom));
|
||||
}
|
||||
|
||||
.mobile-navigation {
|
||||
transform: translateY(calc(100% - var(--mobile-navigation-height) - var(--safe-area-inset-bottom)));
|
||||
padding-bottom: var(--safe-area-inset-bottom);
|
||||
|
||||
Reference in New Issue
Block a user