drag handle adjustment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user