mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
fix(messagebox): fixed padding 2
This commit is contained in:
@@ -81,6 +81,10 @@ const Blocked = styled.div`
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
|
||||||
|
.text {
|
||||||
|
padding: var(--message-box-padding);
|
||||||
|
}
|
||||||
|
|
||||||
> div > div {
|
> div > div {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,10 +30,10 @@
|
|||||||
--input-border-width: 2px;
|
--input-border-width: 2px;
|
||||||
--textarea-padding: 16px;
|
--textarea-padding: 16px;
|
||||||
--textarea-line-height: 20px;
|
--textarea-line-height: 20px;
|
||||||
--message-box-padding: 14px;
|
--message-box-padding: 14px 14px 14px 0;
|
||||||
|
|
||||||
--attachment-max-width: 480px;
|
--attachment-max-width: 400px;
|
||||||
--attachment-max-height: 640px;
|
--attachment-max-height: 300px;
|
||||||
--attachment-default-width: 400px;
|
--attachment-default-width: 400px;
|
||||||
--attachment-max-text-width: 800px;
|
--attachment-max-text-width: 800px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user