UX: fix overflow on thread index pages (mobile) (#29126)
This commit is contained in:
parent
268213a93c
commit
d64d0ddd3d
|
@ -18,3 +18,8 @@
|
|||
background: var(--primary-very-low);
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
//thread index
|
||||
.chat-side-panel {
|
||||
min-width: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue