add channel list to posts

This commit is contained in:
Mystikfluu
2022-07-12 15:04:45 +02:00
parent ed25dffea3
commit aa42afe092
4 changed files with 40 additions and 6 deletions
+11 -1
View File
@@ -39,7 +39,7 @@
}
.boticon {
}
.mention {
@@ -87,3 +87,13 @@ button {
resize: none;
overflow-wrap: break-word;
}
.channelTab {
text-align: left;
float: left;
padding-right: 20px
}
#scriptonly {
margin: auto;
}