mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +08:00
9 lines
128 B
SCSS
9 lines
128 B
SCSS
.user-stream {
|
|
margin: 0;
|
|
&.filter-deleted {
|
|
grid-column-start: 1;
|
|
grid-column-end: 3;
|
|
grid-row-start: 2;
|
|
}
|
|
}
|