Allocate more space for toasts below modal

parallel-fetching
gravel 2 years ago
parent 70d4918e72
commit 5fca5550d0
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -419,7 +419,7 @@ footer nav a {
#details-modal {
padding: 0;
width: 80vw;
--modal-height: calc(80vh - 4em);
--modal-height: calc(80vh - 8em);
height: var(var(--modal-height));
color: var(--primary-color);
background-color: var(--secondary-color);

Loading…
Cancel
Save