From e1174a871070609b1af8a6cd306c4d3b206079f2 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 23 Oct 2022 12:01:09 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=8B=96=E5=8A=A8=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E4=BF=AE=E6=94=B9=E6=88=9020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index e7314cf..7ff2453 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -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;