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:
parent
f73a3cc0d4
commit
5572d1d5f7
17 changed files with 172 additions and 157 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue