UX: add padding to bottom of mobile chat channel settings page (#25587)
The leave channel button is cut off when accessing the channel settings page on mobile. This change adds additional padding to the bottom of the channel settings page when accessing via iPad/PWA/Hub.
This commit is contained in:
parent
767b49232e
commit
490041a435
|
@ -1,3 +1,10 @@
|
|||
.c-channel-settings {
|
||||
min-width: 320px;
|
||||
|
||||
html.footer-nav-ipad &,
|
||||
html.footer-nav-visible & {
|
||||
padding-bottom: calc(
|
||||
env(safe-area-inset-bottom) + var(--footer-nav-height, 0px)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue