discourse-follow/assets/stylesheets/common/follow.scss
Osama Sayegh 902e770115 FEATURE: Introduce followed users posts feed (#8)
This commit adds a nav item under the Activity tab in user profile to show a feed of posts made by followed users.
2021-10-07 20:34:07 +03:00

16 lines
218 B
SCSS

.follow-statistic {
span:first-of-type {
margin-right: 3px;
}
}
.follow-statistics-user-card {
.value {
padding-left: 5px;
}
}
.user-follows-tab .feed-link {
margin-bottom: 1em;
display: block;
}