Limited width MessageBox (#272)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2021-10-13 17:42:48 +03:00 committed by GitHub
parent 940bbd94a6
commit e080f6e724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@
display: flex;
flex-direction: column;
padding: 2rem 1.75rem 1.75rem;
width: 30rem;
max-width: 40rem;
background: var(--theme-msgbox-bg);
border-radius: 1.25rem;
user-select: none;