2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FEATURE: Expand truncated posts in the user stream

This commit is contained in:
Robin Ward 2017-06-20 15:45:26 -04:00
parent ae7734707e
commit a289ae67e1
6 changed files with 39 additions and 2 deletions

View file

@ -12,6 +12,12 @@
.avatar-link {
margin-right: 3px;
}
}
.user-stream .item .expand-item {
float: right;
margin-right: 0.5em;
color: $primary;
}
.user-main {