Improve resize behaviour. Implement +ve/-ve trigger toggle

This commit is contained in:
Matt
2025-12-16 06:06:18 +00:00
parent 34c7264b70
commit 3e5eb042be
2 changed files with 68 additions and 33 deletions

View File

@@ -64,11 +64,12 @@
top: 0;
bottom: 0;
height: 100%;
width: 20px;
width: 4px;
margin: 0;
appearance: slider-vertical;
background: transparent;
z-index: 10;
-webkit-appearance: none; /* Reset to control gradient */
appearance: none;
writing-mode: vertical-lr;
}
/* Status Text Overlay */