From 268bade528b156e22918f03fd65a14852db6b30c Mon Sep 17 00:00:00 2001 From: DenOfEquity <166248528+DenOfEquity@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:08:50 +0100 Subject: [PATCH] Revert "Update style.css (#1698)" (#1699) This reverts commit 090367d492881dd997001510e4a8a98f623ed98c. --- style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style.css b/style.css index 08774078..00cfaa9f 100644 --- a/style.css +++ b/style.css @@ -444,14 +444,10 @@ div.toprow-compact-tools{ } #quicksettings > div.model_selection input{ + width: 85% !important; /* Ensure the input field is never chopped off */ margin-left: 2% !important; /* override the margin set for subdued */ } -#quicksettings .icon-wrap { - margin-right: -4% !important; - background-color: var(--background-fill-secondary); -} - #quicksettings > div.model_selection li{ overflow-x: visible !important; width: 100% !important; /* Set size to max element */