fix(messagebox): fixed padding 2

This commit is contained in:
trashtemp
2022-01-15 17:37:56 +01:00
parent 3676ee48d3
commit 4037c1232c
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;
}