mirror of
https://ghfast.top/https://github.com/discourse/discourse-follow.git
synced 2026-07-15 11:36:38 +08:00
16 lines
308 B
SCSS
16 lines
308 B
SCSS
.follow-statistic {
|
|
span:first-of-type {
|
|
margin-right: 3px;
|
|
}
|
|
}
|
|
|
|
.follow-statistics-user-card {
|
|
// ignores the wrapping div so the contents appear as siblings
|
|
// along other metadata in the usercard
|
|
display: contents;
|
|
}
|
|
|
|
.user-follows-tab .feed-link {
|
|
margin-bottom: 1em;
|
|
display: block;
|
|
}
|