UX: fix overflow on thread index pages (mobile) (#29126)

This commit is contained in:
chapoi 2024-10-08 15:27:41 +02:00 committed by GitHub
parent 268213a93c
commit d64d0ddd3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@
background: var(--primary-very-low);
max-width: 100vw;
}
//thread index
.chat-side-panel {
min-width: 0;
}