discourse/app/assets/stylesheets/common/components/bookmark-list-item.scss
Martin Brennan a64cf265fd
FIX: Change /bookmarks URL back to topic list and add bookmark poster avatars (#9759)
* Changes the /bookmarks URL to show the original "topics filtered by bookmark" list instead of redirecting to user activity bookmarks (see https://meta.discourse.org/t/domain-com-bookmarks-is-showing-domain-com-u-user-activity-bookmarks-with-reminders/149252/12)
* Add the user avatar for the user who made the post that is bookmarked
2020-05-13 14:03:24 +10:00

29 lines
436 B
SCSS

.bookmark-list {
th.post-metadata {
text-align: center;
}
}
.bookmark-list-item {
td.post-metadata {
text-align: center;
}
.bookmark-metadata {
font-size: $font-down-2;
white-space: nowrap;
display: flex;
align-items: center;
margin-bottom: 0.2em;
&-item {
margin-right: 0.5em;
display: flex;
align-items: center;
}
.d-icon {
margin-right: 0.2em;
}
}
}