aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMMP0 <28616020+MMP0@users.noreply.github.com>2023-08-22 18:48:17 +0900
committerMMP0 <28616020+MMP0@users.noreply.github.com>2023-08-22 18:48:17 +0900
commitc4b11ec54e236cc42d43fe8282ef4e4f55ccd605 (patch)
tree2bf6bed314d2d9baf3ad1a613b11b5ccfd57882d /style.css
parent96edfb560b32af2abcf4398d277e92a2d2b1032c (diff)
Replace tabs with spaces
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.css b/style.css
index 537bc2d2..3cce8212 100644
--- a/style.css
+++ b/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 {