mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 20:34:44 +01:00
Fix centering "Join Group" button in footer on mobile (#2041)
This commit is contained in:
parent
dd7cad20a6
commit
6eeae64c16
@ -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))) {
|
||||
|
Loading…
Reference in New Issue
Block a user