Make empty messages large enough to be clicked.

This commit is contained in:
Webifi 2023-05-30 01:19:47 -05:00
parent 58c78a2840
commit 6b24d99022
1 changed files with 5 additions and 1 deletions

View File

@ -270,9 +270,13 @@
}
.message-editor {
white-space: pre-wrap;
min-width: 100px;
min-width: 60px;
min-height: 30px;
}
.message-display {
min-width: 60px;
min-height: 1.3em;
}
.button-pack .button {
display: block;
margin: 4px;