Better message editing textview

This commit is contained in:
jeffser
2024-07-05 13:19:51 -06:00
parent 12bc3cfba7
commit f3550eebd3
2 changed files with 5 additions and 1 deletions

View File

@@ -8,3 +8,7 @@
.chat_image_button {
padding: 0;
}
.editing_message_textview {
border-radius: 5px;
padding: 5px;
}