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

@ -1,5 +1,10 @@
:root {
--safe-area-inset-top: env(safe-area-inset-top);
--safe-area-inset-left: env(safe-area-inset-left);
--safe-area-inset-bottom: env(safe-area-inset-bottom);
--safe-area-inset-right: env(safe-area-inset-right);
background-color: var(--tutu-color-surface, transparent);
overscroll-behavior-block: contain;
}
.custom-emoji {