Timelines: respect the notch

This commit is contained in:
thislight 2024-07-24 14:27:20 +08:00
parent 067a363550
commit f0a614d4f0
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 (