aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-15 20:29:48 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-01-15 20:29:55 +0300
commitb6ce041cdf722b400df9b5eac306d0cb049923d7 (patch)
tree122d9a0ed095c33304859e3edabd6792663fae7f /style.css
parenta534bdfc801e0c83e378dfaa2d04cf865d7109f9 (diff)
put interrupt and skip buttons back where they were
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index 5bf1c6f9..750fe315 100644
--- a/style.css
+++ b/style.css
@@ -480,13 +480,13 @@ input[type="range"]{
}
#txt2img_interrupt, #img2img_interrupt{
- right: 0;
- border-radius: 0 0.5rem 0.5rem 0;
-}
-#txt2img_skip, #img2img_skip{
left: 0;
border-radius: 0.5rem 0 0 0.5rem;
}
+#txt2img_skip, #img2img_skip{
+ right: 0;
+ border-radius: 0 0.5rem 0.5rem 0;
+}
.red {
color: red;