From 3c31e25f4e25a41003b0af074d107a5495408ffe Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Mon, 15 May 2023 14:45:42 +0300 Subject: [PATCH] hide unused settings --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 8bff23b3..0102549e 100644 --- a/style.css +++ b/style.css @@ -2875,6 +2875,8 @@ pre { min-height: unset; } +#row_setting_hidden_tabs, +#row_setting_quicksettings_list, #settings_sd #row_setting_sd_model_checkpoint { display: none; }