From 76a69fa16f0e8464a5fcda04c45fb68f8817a8a5 Mon Sep 17 00:00:00 2001 From: gravel Date: Mon, 22 May 2023 15:04:58 +0000 Subject: [PATCH] Allocate more space for toasts below modal --- output/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/index.css b/output/index.css index f2fbf108..cd9a69e5 100644 --- a/output/index.css +++ b/output/index.css @@ -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);