mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 18:59:19 +08:00
Small alignment fix for user stream items on desktop, following changes made in #31122 We currently have a combination of `post-list-item` and `user-stream-item` classes within these pages, so I've also applied some shared styles to these elements to provide a more consistent layout.
8 lines
136 B
SCSS
Vendored
8 lines
136 B
SCSS
Vendored
.user-stream-item .draft-icon {
|
|
width: 3rem;
|
|
}
|
|
|
|
.user-stream-item .excerpt,
|
|
.user-stream-item-actions {
|
|
margin: 0.75em 0 0 3.5em;
|
|
}
|