show subreddit moderators list on subreddit sidebar (ref #104)

This commit is contained in:
teddit
2021-04-11 14:28:41 +02:00
parent 670e3104b7
commit a72e6e65af
3 changed files with 88 additions and 49 deletions
+11
View File
@@ -1149,6 +1149,17 @@ footer a {
.subreddit-listing li {
margin: 15px 0;
}
#sidebar .mod-list {
float: left;
width: auto;
margin-top: 25px;
}
#sidebar .mod-list ul {
padding: 7px 0px 0px 20px;
}
#sidebar .mod-list li a {
float: left;
}
#sidebar .content .description {
margin-top: 38px;
}