Timelines: respect the notch
All checks were successful
/ depoly (push) Successful in 1m19s

This commit is contained in:
thislight 2024-07-24 14:27:20 +08:00
parent 48b417e005
commit d0feb118c9
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
6 changed files with 17 additions and 9 deletions

View file

@ -42,7 +42,7 @@ const Settings: ParentComponent = () => {
}
.setting-list {
padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
padding-bottom: calc(var(--safe-area-inset-bottom, 0px) + 16px);
}
`;
return (