2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Refactor user summary page to use more components

This commit is contained in:
Robin Ward 2017-10-13 15:20:42 -04:00
parent f73a3cc0d4
commit 5572d1d5f7
17 changed files with 172 additions and 157 deletions

View file

@ -397,6 +397,12 @@
}
.label {
// TODO: Remove once all languages have been translated to remove icons from
// their user-stat labels
.fa:nth-of-type(2) {
display: none;
}
color: blend-primary-secondary(50%);
}
}
@ -439,7 +445,7 @@
}
}
.likes-section {
.summary-user-list {
li {
height: 40px;
}