Datemenu improvements

Decrease spacing between messages and widgets
Update clear button styles
This commit is contained in:
Vladyslav Hroshev
2024-03-26 00:46:19 +02:00
parent 8a41273fbc
commit a7653f7fc3
3 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -96,8 +96,8 @@
/* clear button */
.message-list-clear-button {
padding: 3px 15px;
border-radius: 9px;
padding: 0 20px;
border-radius: 10px;
}