message input theme tweaking

This commit is contained in:
ouwou
2023-11-09 02:20:42 -05:00
parent 25aadd4181
commit cb83e30a76
2 changed files with 6 additions and 1 deletions

View File

@@ -33,3 +33,8 @@
.status-indicator.idle {
color: #FAA61A;
}
/* make room for attachment icon */
.message-input.with-browse-icon {
padding-left: 30px;
}