mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: add a Top Categories section to the user summary page, showing the categories in which a user has the most activity
This commit is contained in:
@@ -502,6 +502,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
.top-categories-section {
|
||||
table {
|
||||
max-width: 95%;
|
||||
tr {
|
||||
border: none;
|
||||
}
|
||||
td,
|
||||
th {
|
||||
padding: 0.5em;
|
||||
&.topic-count,
|
||||
&.reply-count {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.summary-user-list {
|
||||
li {
|
||||
height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user