mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 17:02:45 +08:00
UI: removes thread margins (#21595)
This commit is contained in:
parent
0b4e14aa74
commit
0881186bfd
|
@ -19,8 +19,6 @@
|
||||||
&__body {
|
&__body {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
@include chat-scrollbar();
|
@include chat-scrollbar();
|
||||||
margin: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user