Fix lack of spacing for compose button above the tab bar

This commit is contained in:
Lim Chee Aun 2023-02-28 00:35:23 +08:00
parent 74e20fb532
commit ba692e4caa

View file

@ -966,7 +966,7 @@ body:has(.status-deck) .media-post-link {
}
#app:has(#shortcuts .tab-bar) #compose-button {
bottom: calc(16px + 52px);
bottom: calc(max(16px, env(safe-area-inset-bottom)) + 52px);
bottom: calc(16px + env(safe-area-inset-bottom) + 52px);
}
/* SHEET */