From 3b8dc1d3c4865ca40df9c264223b6302504e2583 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Sat, 16 Sep 2023 18:33:45 +0200 Subject: fixed mod preview being positioned incorrectly --- src/app/css/popups.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/css/popups.css b/src/app/css/popups.css index 106ad5e..b56749e 100644 --- a/src/app/css/popups.css +++ b/src/app/css/popups.css @@ -41,8 +41,8 @@ .popup.small { left: 20vw; right: 20vw; - top: calc(var(--padding) * 2); bottom: calc(var(--padding) * 2); + top: calc(var(--padding) * 2 + var(--top-spacing)); } #overlay { -- cgit v1.2.3