From e32a3adc1d376aba053563327ba17104b2c79914 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 19 Jul 2023 01:17:34 +0800 Subject: [PATCH] increased height of save feature prompt div --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 8a1e589..ff5939c 100755 --- a/static/style.css +++ b/static/style.css @@ -1376,7 +1376,7 @@ input[type=checkbox]:hover { #save-feature-prompt-message { width: 160px; - height: 150px; + height: 170px; border-radius: 20px; background-color: rgba(5,5,5,0.5); backdrop-filter: blur(6px);