Reduce cursor height
parent
5c55b79175
commit
3f1f80a5dc
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue