1
0
Fork 1

Allocate more space for toasts below modal

remotes/1715175271555336803/main
gravel 2 years ago
parent 21094ec919
commit 76a69fa16f
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);