From 35276e52105e525979da761db354b117ac0e1a83 Mon Sep 17 00:00:00 2001 From: Haoming Date: Tue, 5 Aug 2025 17:21:25 +0800 Subject: [PATCH] presets - style --- style.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 22155d26..b640d3e6 100644 --- a/style.css +++ b/style.css @@ -1696,5 +1696,27 @@ body.resizing .resize-handle { } #quicksettings .gradio-slider span { - padding-right: 5px; + padding-right: 8px; +} + +#quicksettings .gradio-slider>div.wrap { + width: 200px; +} + +#quicksettings .gradio-slider input[type="range"] { + width: 200px; +} + +#quicksettings div.gradio-dropdown.multiselect div.wrap div.token span { + text-overflow: ellipsis; + width: 2em; + white-space: nowrap; + overflow: hidden; +} + +#quicksettings div.gradio-dropdown.multiselect:hover div.wrap div.token span { + text-overflow: unset; + width: auto; + white-space: unset; + overflow: unset; }