mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
8 lines
115 B
SCSS
8 lines
115 B
SCSS
.user-stream {
|
|
&.filter-deleted {
|
|
grid-column-start: 1;
|
|
grid-column-end: 3;
|
|
grid-row-start: 2;
|
|
}
|
|
}
|