discourse/plugins/chat/assets/stylesheets/mobile/chat-channel-settings.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
204 B
SCSS
Raw Normal View History

.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)
);
}
}