make resize handle available to extensions

This commit is contained in:
AUTOMATIC1111
2023-08-21 08:48:22 +03:00
parent b4d21e7113
commit df595ae313
7 changed files with 139 additions and 120 deletions

View File

@@ -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;
}