apply viewport resize and input event changes

This commit is contained in:
Yanzhen Yu
2018-10-12 16:04:07 +08:00
parent f4bf94aa2d
commit 95713f1ea7
5 changed files with 29 additions and 8 deletions

View File

@@ -3,8 +3,16 @@
}
.replayer-mouse {
position: absolute;
width: 1px;
height: 1px;
}
.replayer-mouse::after {
content: '';
display: inline-block;
width: 20px;
height: 20px;
border-radius: 10px;
background: thistle;
transform: translate(-10px, -10px);
opacity: 0.5;
}