diff options
author | MMP0 <28616020+MMP0@users.noreply.github.com> | 2023-08-22 09:48:17 +0000 |
---|---|---|
committer | MMP0 <28616020+MMP0@users.noreply.github.com> | 2023-08-22 09:48:17 +0000 |
commit | c4b11ec54e236cc42d43fe8282ef4e4f55ccd605 (patch) | |
tree | 2bf6bed314d2d9baf3ad1a613b11b5ccfd57882d /style.css | |
parent | 96edfb560b32af2abcf4398d277e92a2d2b1032c (diff) | |
download | stable-diffusion-webui-gfx803-c4b11ec54e236cc42d43fe8282ef4e4f55ccd605.tar.gz stable-diffusion-webui-gfx803-c4b11ec54e236cc42d43fe8282ef4e4f55ccd605.tar.bz2 stable-diffusion-webui-gfx803-c4b11ec54e236cc42d43fe8282ef4e4f55ccd605.zip |
Replace tabs with spaces
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 {
|