diff options
author | 0neGal <mail@0negal.com> | 2023-09-16 18:33:45 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-16 18:33:45 +0200 |
commit | 3b8dc1d3c4865ca40df9c264223b6302504e2583 (patch) | |
tree | 0a317eb72c2133618316ced98ba10c8cfb72bd85 | |
parent | a083526a1b3263f19d58108fe15b76684f9f8ea1 (diff) | |
download | Viper-3b8dc1d3c4865ca40df9c264223b6302504e2583.tar.gz Viper-3b8dc1d3c4865ca40df9c264223b6302504e2583.zip |
fixed mod preview being positioned incorrectly
-rw-r--r-- | src/app/css/popups.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |