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:
Neil Lalonde
2018-07-18 16:37:50 -04:00
parent 2dc3a50dac
commit afc94ac9e4
8 changed files with 130 additions and 3 deletions

View File

@@ -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;