style(alerts): make the container a bit wider

This commit is contained in:
Miodec 2024-03-14 17:16:32 +01:00
parent b6b22b3cf5
commit df8b1031ed

View file

@ -1610,7 +1610,7 @@
justify-items: end;
.modal {
background: var(--bg-color);
width: calc(350px + 2rem);
max-width: calc(350px + 2rem);
right: 0;
// height: calc(100vh - 4rem);
height: 100%;