virtual cursor
This commit is contained in:
parent
e308160bec
commit
0f8b739705
6 changed files with 263 additions and 35 deletions
|
@ -3152,6 +3152,19 @@ body[platform='darwin'] {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cursor {
|
||||
background: rgb(255 255 255 / 50%);
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: fixed;
|
||||
z-index: 9999999999;
|
||||
pointer-events: none;
|
||||
border-radius: 100%;
|
||||
box-shadow: 0px 0px 0px 2px rgb(200 200 200 / 100%);
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
@import url("less/macos.less");
|
||||
@import url("less/linux.less");
|
||||
@import url("less/compact.less");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue