From fbecc5ccd533894e04825076c4754f6b3b049308 Mon Sep 17 00:00:00 2001 From: KoloMl Date: Tue, 18 Feb 2025 20:41:52 +0400 Subject: [PATCH] Fixed background color of image size selector to not be transparent --- src/styles/content/listing.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/content/listing.scss b/src/styles/content/listing.scss index 71cf423..ef53e9b 100644 --- a/src/styles/content/listing.scss +++ b/src/styles/content/listing.scss @@ -203,6 +203,7 @@ top: 5px; left: 5px; z-index: 1; + background-color: booru-vars.$background-color; } .close {