Replacing resizor with pane directive; replacing container-ref with tags

This commit is contained in:
2025-06-30 00:50:32 -05:00
parent c99013df04
commit de2bb27b6d
12 changed files with 145 additions and 169 deletions

View File

@@ -36,6 +36,24 @@ body {
margin-right: 0.2em;
}
.hr-pane-handle,
.vr-pane-handle {
border: 2px dashed lightblue;
}
/*
.hr-pane-handle {
}
.vr-pane-handle {
transform: rotate(90deg);
}
*/
.vr-pane-handle {
max-width: 0.05em;
}