virtual cursor

This commit is contained in:
booploops 2022-03-02 00:33:27 -08:00
parent e308160bec
commit 0f8b739705
6 changed files with 263 additions and 35 deletions

View file

@ -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");