WIP of chat moderation menu, actions and modal

This commit is contained in:
Gabe Kangas
2022-07-16 17:30:05 -07:00
parent f4fb7a1d41
commit 00f8fea929
8 changed files with 202 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
.modalContainer {
padding: 10px;
}
.chatHistory {
margin: 10px;
padding: 15px;
border: 1px solid #ccc;
border-radius: 5px;
}