From bef50f81cfe3ff662c73a71ad8d3f01766203094 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 3 Mar 2023 15:53:44 +0800 Subject: [PATCH] :bug: Optimize the style of WeChat. --- src-tauri/src/pake.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src-tauri/src/pake.js b/src-tauri/src/pake.js index a8bbb68..37d6af4 100644 --- a/src-tauri/src/pake.js +++ b/src-tauri/src/pake.js @@ -86,10 +86,11 @@ window.addEventListener("DOMContentLoaded", (_event) => { } .panel.give_me .nav_view { - top: 154px !important; + top: 164px !important; } - .columns .column #header{ + .columns .column #header, + .main > div > div.panel.give_me > div.header { padding-top: 30px; }