aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-21 05:48:22 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-21 05:48:46 +0000
commitdf595ae3135ef12c135f43ef2a0f792708aab4b3 (patch)
tree5f488f2f5cb5148b1ca1fbf050f71759824d657d /style.css
parentb4d21e7113384bbb592bbd79bca06aeb9e4d640a (diff)
downloadstable-diffusion-webui-gfx803-df595ae3135ef12c135f43ef2a0f792708aab4b3.tar.gz
stable-diffusion-webui-gfx803-df595ae3135ef12c135f43ef2a0f792708aab4b3.tar.bz2
stable-diffusion-webui-gfx803-df595ae3135ef12c135f43ef2a0f792708aab4b3.zip
make resize handle available to extensions
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 46125864..4166a3df 100644
--- a/style.css
+++ b/style.css
@@ -1055,3 +1055,15 @@ div.accordions > div.input-accordion.input-accordion-open{
position: sticky;
top: 0.5em;
}
+
+
+.resize-handle{
+ cursor: col-resize;
+ grid-column: 2 / 3;
+ min-width: 8px !important;
+ max-width: 8px !important;
+ height: 100%;
+ border-left: 1px dashed var(--border-color-primary);
+ user-select: none;
+ margin-left: 8px;
+}