mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Fix lack of spacing for compose button above the tab bar
This commit is contained in:
parent
74e20fb532
commit
ba692e4caa
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue