This commit is contained in:
2025-04-11 22:57:23 +02:00
parent 1f38807599
commit a1b24ba466
4 changed files with 345 additions and 19 deletions

View File

@@ -490,4 +490,22 @@
.row:after {
clear: both;
}
.handle {
width: 6px;
background: #333;
position: absolute;
top: 0;
bottom: 0;
cursor: ew-resize;
z-index: 20;
}
.handle-left {
left: 0;
}
.handle-right {
right: 0;
}