From 4676777d177056ade384f21cd3aee30f71bf8b01 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Wed, 8 Mar 2023 01:59:05 +0200 Subject: [PATCH] Un-hide Soft Prompts selector --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 08ddcf892..1067ea9ed 100644 --- a/public/style.css +++ b/public/style.css @@ -1107,7 +1107,7 @@ width: 103px; /* hidden until we find out a way to handle it better */ #softprompt_block { - display: none !important; + display: none; } #world_info {