fix(messagebox): fixed padding on action button

This commit is contained in:
trashtemp
2021-12-28 21:42:09 +01:00
parent 03ec5275ee
commit d3b78ebc48
2 changed files with 10 additions and 6 deletions

View File

@@ -30,7 +30,7 @@
--input-border-width: 2px;
--textarea-padding: 16px;
--textarea-line-height: 20px;
--message-box-padding: 14px 14px 14px 0;
--message-box-padding: 14px;
--attachment-max-width: 480px;
--attachment-max-height: 640px;