mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 02:50:26 -08:00
Replace tabs with spaces
This commit is contained in:
parent
96edfb560b
commit
c4b11ec54e
1 changed files with 6 additions and 6 deletions
12
style.css
12
style.css
|
|
@ -1062,7 +1062,7 @@ div.accordions > div.input-accordion.input-accordion-open{
|
|||
}
|
||||
|
||||
body.resizing {
|
||||
cursor: col-resize !important;
|
||||
cursor: col-resize !important;
|
||||
}
|
||||
|
||||
body.resizing :not(.resize-handle) {
|
||||
|
|
@ -1071,11 +1071,11 @@ body.resizing :not(.resize-handle) {
|
|||
|
||||
.resize-handle {
|
||||
position: relative;
|
||||
cursor: col-resize;
|
||||
grid-column: 2 / 3;
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
height: 100%;
|
||||
cursor: col-resize;
|
||||
grid-column: 2 / 3;
|
||||
min-width: 16px !important;
|
||||
max-width: 16px !important;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.resize-handle::after {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue