diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-14 03:51:26 +0000 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-14 03:51:26 +0000 |
commit | d48f3470c8a86f22dce106e7d3c1803e5ba92085 (patch) | |
tree | 2526ceaffa0177b40cecc30854f66a524cf6ac71 /style.css | |
parent | 4a37c7eedeab579efec03e8dae3f3f9fd4a37b02 (diff) | |
parent | 7c8903367c350e7e3ba8f90679890566446f36b2 (diff) | |
download | stable-diffusion-webui-gfx803-d48f3470c8a86f22dce106e7d3c1803e5ba92085.tar.gz stable-diffusion-webui-gfx803-d48f3470c8a86f22dce106e7d3c1803e5ba92085.tar.bz2 stable-diffusion-webui-gfx803-d48f3470c8a86f22dce106e7d3c1803e5ba92085.zip |
Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -228,6 +228,8 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
+
+ z-index: 300;
}
.dark fieldset span.text-gray-500, .dark .gr-block.gr-box span.text-gray-500, .dark label.block span{
@@ -480,16 +482,30 @@ input[type="range"]{ background: #a55000;
}
+#quicksettings {
+ gap: 0.4em;
+}
+
#quicksettings > div{
border: none;
background: none;
+ flex: unset;
+ gap: 0.5em;
}
#quicksettings > div > div{
max-width: 32em;
+ min-width: 24em;
padding: 0;
}
+#refresh_sd_model_checkpoint, #refresh_sd_hypernetwork{
+ max-width: 2.5em;
+ min-width: 2.5em;
+ height: 2.4em;
+}
+
+
canvas[key="mask"] {
z-index: 12 !important;
filter: invert();
@@ -506,3 +522,10 @@ canvas[key="mask"] { z-index: 200;
width: 8em;
}
+#quicksettings .gr-box > div > div > input.gr-text-input {
+ top: -1.12em;
+}
+
+.row.gr-compact{
+ overflow: visible;
+}
|