Limited width MessageBox (#272)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2021-10-13 16:42:48 +02:00
committed by GitHub
parent 940bbd94a6
commit e080f6e724
@@ -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;