Reduce cursor height

pull/37/head
Varun Patil 2022-08-15 23:15:27 +00:00
parent 5c55b79175
commit 3f1f80a5dc
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ export default {
position: absolute; position: absolute;
pointer-events: none; pointer-events: none;
right: 5px; right: 5px;
height: 3px; height: 2px;
background-color: var(--color-primary); background-color: var(--color-primary);
border-radius: 4px; border-radius: 4px;
width: 100%; width: 100%;