mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-13 17:10:23 +00:00
make resize handle available to extensions
This commit is contained in:
12
style.css
12
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user