UX: Improve bottom padding to chat index on mobile (#29086)

Minor adjustment to #29082
This commit is contained in:
Penar Musaraj 2024-10-04 11:33:38 -04:00 committed by GitHub
parent 7a46baa31c
commit d959bfdc61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@
.channels-list,
.channels-list-container {
padding-bottom: env(safe-area-inset-bottom);
position: relative;
@include chat-scrollbar();
height: 100%;

View File

@ -17,5 +17,4 @@
.c-routes.--threads {
background: var(--primary-very-low);
max-width: 100vw;
padding-bottom: 1rem;
}