Admins can edit bans now.

This commit is contained in:
some weird guy
2023-08-25 16:51:04 -07:00
parent 5b5bbc859e
commit 60ff989332
6 changed files with 47 additions and 9 deletions
+4 -1
View File
@@ -195,7 +195,10 @@ form.search input[type="submit"] {
border-bottom-color: #000;
box-shadow: inset 0 0.5px 0 rgba(0, 0, 0, 0.9);
}
.DateTimeInput {
background: var(--theme-darker, #161626);
color: #fff;
}
.topic-categories-container {
background: var(--theme-dark, #202030);
-webkit-box-shadow: 0 1px 0 var(--theme-dark, #202030);
+4
View File
@@ -4657,6 +4657,10 @@ div#activity-feed-tutorial.no-content p.tleft {
padding: 0 5px 10px 10px;
line-height: 1.2;
}
.DateTimeInput {
border-radius: 6px;
border: 1px solid #000;
}
.platform-tag {
position: static;
float: left;