拖动高度修改成20

This commit is contained in:
Tw93
2022-10-23 12:01:09 +08:00
parent 1e335aca15
commit e1174a8710

View File

@@ -80,8 +80,8 @@ fn main() -> wry::Result<()> {
position:fixed;
background:transparent;
top:0;
width:100%;
height:30px;
width: 100%;
height: 20px;
cursor: move;
cursor: grab;
cursor: -webkit-grab;