aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMalumaDev <piano.lu92@gmail.com>2022-10-15 22:06:36 +0000
committerGitHub <noreply@github.com>2022-10-15 22:06:36 +0000
commit97ceaa23d00f6a17ca752dda757e6016f99230cb (patch)
tree1c44afefae393779f57ede3578422d08330cceac /style.css
parent3d21684ee30ca5734126b8d08c05b3a0f513fe75 (diff)
parentbe1596ce30b1ead6998da0c62003003dcce5eb2c (diff)
downloadstable-diffusion-webui-gfx803-97ceaa23d00f6a17ca752dda757e6016f99230cb.tar.gz
stable-diffusion-webui-gfx803-97ceaa23d00f6a17ca752dda757e6016f99230cb.tar.bz2
stable-diffusion-webui-gfx803-97ceaa23d00f6a17ca752dda757e6016f99230cb.zip
Merge branch 'master' into test_resolve_conflicts
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 3 insertions, 8 deletions
diff --git a/style.css b/style.css
index b534f950..33832ebf 100644
--- a/style.css
+++ b/style.css
@@ -237,13 +237,6 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s
margin: 0;
}
-.gr-panel div.flex-col div.justify-between div{
- position: absolute;
- top: -0.1em;
- right: 1em;
- padding: 0 0.5em;
-}
-
#settings .gr-panel div.flex-col div.justify-between div{
position: relative;
z-index: 200;
@@ -316,6 +309,8 @@ input[type="range"]{
height: 100%;
overflow: auto;
background-color: rgba(20, 20, 20, 0.95);
+ user-select: none;
+ -webkit-user-select: none;
}
.modalControls {
@@ -520,4 +515,4 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h
height: 480px !important;
max-height: 480px !important;
min-height: 480px !important;
-} \ No newline at end of file
+}