drag handle adjustment

This commit is contained in:
2026-07-23 14:41:21 +02:00
parent 2c13c56362
commit bda9da044d
2 changed files with 29 additions and 5 deletions

View File

@@ -403,8 +403,8 @@ main {
z-index: 2;
top: 50%;
left: 0.35rem;
width: 1.7rem;
height: 2.25rem;
width: 1rem;
height: 5rem;
display: grid;
place-items: center;
padding: 0;
@@ -440,8 +440,8 @@ main {
}
.drag-handle svg {
width: 1rem;
height: 1rem;
width: calc(1rem - 2px);
height: 4rem;
fill: currentColor;
}