User Summary improvements

Added "Top Links" list
Added "Most Liked By" list

Added "Bookmark count" stat

UX: Use fa heart icon instead of "like" text in stats

Change the order of the user stats
This commit is contained in:
Régis Hanol
2016-04-13 23:02:51 +02:00
parent b0803f7035
commit e808f7f41e
6 changed files with 143 additions and 23 deletions

View File

@@ -199,7 +199,9 @@
.top-section,
.replies-section,
.topics-section {
.topics-section,
.links-section,
.likes-section {
margin-bottom: 20px;
}
@@ -235,7 +237,9 @@
}
.replies-section,
.topics-section {
.topics-section,
.links-section,
.likes-section {
width: 50%;
ul {
@@ -253,12 +257,17 @@
}
}
.replies-section {
float: left;
.links-section {
.domain {
font-size: 0.714em;
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
}
}
.topics-section {
float: right;
.likes-section {
li {
height: 40px;
}
}
@media all