fix(messagebox): fixed padding 2

This commit is contained in:
trashtemp 2022-01-15 17:37:56 +01:00
parent c5461f3134
commit 8fa6f87dc2
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6
2 changed files with 7 additions and 3 deletions

View file

@ -81,6 +81,10 @@ const Blocked = styled.div`
flex-grow: 1;
cursor: not-allowed;
.text {
padding: var(--message-box-padding);
}
> div > div {
cursor: default;
}

View file

@ -30,10 +30,10 @@
--input-border-width: 2px;
--textarea-padding: 16px;
--textarea-line-height: 20px;
--message-box-padding: 14px;
--message-box-padding: 14px 14px 14px 0;
--attachment-max-width: 480px;
--attachment-max-height: 640px;
--attachment-max-width: 400px;
--attachment-max-height: 300px;
--attachment-default-width: 400px;
--attachment-max-text-width: 800px;