check nitro size restriction + fix replying border

This commit is contained in:
ouwou
2022-07-09 01:57:56 -04:00
parent 241d9a2140
commit 02ce353c6d
5 changed files with 52 additions and 3 deletions

View File

@@ -102,12 +102,17 @@
background-color: #242424;
color: #adadad;
border-radius: 15px;
border: 1px solid transparent;
}
.message-input.replying {
border: 1px solid #026FB9;
}
.message-input.bad-input {
border: 1px solid #dd3300;
}
.message-input {
padding: 0px 0px 0px 5px;
}