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 {
|
#app:has(#shortcuts .tab-bar) #compose-button {
|
||||||
bottom: calc(16px + 52px);
|
bottom: calc(16px + 52px);
|
||||||
bottom: calc(max(16px, env(safe-area-inset-bottom)) + 52px);
|
bottom: calc(16px + env(safe-area-inset-bottom) + 52px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SHEET */
|
/* SHEET */
|
||||||
|
|
Loading…
Add table
Reference in a new issue