mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
UX: Improve bottom padding to chat index on mobile (#29086)
Minor adjustment to #29082
This commit is contained in:
parent
7a46baa31c
commit
d959bfdc61
@ -28,7 +28,6 @@
|
||||
|
||||
.channels-list,
|
||||
.channels-list-container {
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
position: relative;
|
||||
@include chat-scrollbar();
|
||||
height: 100%;
|
||||
|
@ -17,5 +17,4 @@
|
||||
.c-routes.--threads {
|
||||
background: var(--primary-very-low);
|
||||
max-width: 100vw;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user