From c030fed30b8e54c97d04e13309f6872b22f92b8d Mon Sep 17 00:00:00 2001 From: DenOfEquity <166248528+DenOfEquity@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:17:25 +0100 Subject: [PATCH] Revert "Revert "Update style.css (#1698)" (#1699)" (#1700) This reverts commit 268bade528b156e22918f03fd65a14852db6b30c. --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 00cfaa9f..08774078 100644 --- a/style.css +++ b/style.css @@ -444,10 +444,14 @@ 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 */