add visual selection of z top and bottom

This commit is contained in:
Stewart Allen 2026-01-04 14:53:14 -05:00
commit ca4ae077b2
7 changed files with 244 additions and 124 deletions

View file

@ -1431,6 +1431,11 @@ details[open] summary::after {
word-break: break-word;
white-space: normal;
}
.z-select {
aspect-ratio: 1;
border-radius: 50%;
border-color: rgba(128,128,128,0.5) !important;
}
#oplist {
gap: 3px;
margin-bottom: 3px;