mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 04:29:29 +08:00
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);
|
background: var(--primary-very-low);
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//thread index
|
||||||
|
.chat-side-panel {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user