mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 18:23:13 +08:00
8 lines
128 B
SCSS
Vendored
8 lines
128 B
SCSS
Vendored
.user-stream {
|
|
margin: 0;
|
|
&.filter-deleted {
|
|
grid-column-start: 1;
|
|
grid-column-end: 3;
|
|
grid-row-start: 2;
|
|
}
|
|
}
|