mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-08 00:32:08 -08:00
Expand the hit area of resize handle
This commit is contained in:
parent
e1b37a066d
commit
70283a9f4a
1 changed files with 13 additions and 6 deletions
19
style.css
19
style.css
|
|
@ -1062,13 +1062,20 @@ div.accordions > div.input-accordion.input-accordion-open{
|
|||
}
|
||||
|
||||
|
||||
.resize-handle{
|
||||
.resize-handle {
|
||||
position: relative;
|
||||
cursor: col-resize;
|
||||
grid-column: 2 / 3;
|
||||
min-width: 8px !important;
|
||||
max-width: 8px !important;
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
height: 100%;
|
||||
border-left: 1px dashed var(--border-color-primary);
|
||||
user-select: none;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.resize-handle::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 7.5px;
|
||||
border-left: 1px dashed var(--border-color-primary);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue