Update the chat moderation modal with slightly better layout. Closes #2073

This commit is contained in:
Gabe Kangas
2022-10-02 11:02:21 -07:00
parent 65b6feb40d
commit a931fe0ddf
3 changed files with 90 additions and 86 deletions

View File

@@ -10,8 +10,16 @@
}
.colorBlock {
width: 50%;
display: inline-block;
width: 60px;
height: 20px;
border: 1px solid #000;
text-align: center;
font-size: 0.8rem;
}
.displayName {
font-weight: bold;
padding-right: 10px;
font-size: 1.2rem;
}