Fix centering "Join Group" button in footer on mobile (#2041)

This commit is contained in:
Alexander Zinchuk 2022-09-20 14:59:07 +02:00
parent dd7cad20a6
commit 6eeae64c16

View File

@ -322,6 +322,7 @@
@media (max-width: 600px) {
padding-bottom: 0.75rem;
margin-left: -0.5rem;
// Target: Old Firefox (Waterfox Classic)
@supports (padding-bottom: calc(0.75rem + env(safe-area-inset-bottom))) {