diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-10-09 19:24:07 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-10-09 19:24:07 +0000 |
commit | 6c383d2e82045fc4475d665f83bdeeac8fd844d9 (patch) | |
tree | 0e96ca391170aa5c4a4d76f266ad08462d203a9a /style.css | |
parent | 45bf9a6264b3507473e02cc3f9aa36559f24aca2 (diff) | |
download | stable-diffusion-webui-gfx803-6c383d2e82045fc4475d665f83bdeeac8fd844d9.tar.gz stable-diffusion-webui-gfx803-6c383d2e82045fc4475d665f83bdeeac8fd844d9.tar.bz2 stable-diffusion-webui-gfx803-6c383d2e82045fc4475d665f83bdeeac8fd844d9.zip |
show model selection setting on top of page
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -453,3 +453,12 @@ input[type="range"]{ .context-menu-items a:hover{
background: #a55000;
}
+
+#quicksettings > div{
+ border: none;
+}
+
+#quicksettings > div > div{
+ max-width: 32em;
+ padding: 0;
+}
|