mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
fix(messagebox): fixed padding 2
This commit is contained in:
@@ -81,6 +81,10 @@ const Blocked = styled.div`
|
||||
flex-grow: 1;
|
||||
cursor: not-allowed;
|
||||
|
||||
.text {
|
||||
padding: var(--message-box-padding);
|
||||
}
|
||||
|
||||
> div > div {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user