Skip to content

Commit c8a3d50

Browse files
committed
🐛 Optimize the style of WeChat.
1 parent 1a66d88 commit c8a3d50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src-tauri/src/pake.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,11 @@ window.addEventListener("DOMContentLoaded", (_event) => {
8686
}
8787
8888
.panel.give_me .nav_view {
89-
top: 154px !important;
89+
top: 164px !important;
9090
}
9191
92-
.columns .column #header{
92+
.columns .column #header,
93+
.main > div > div.panel.give_me > div.header {
9394
padding-top: 30px;
9495
}
9596

0 commit comments

Comments
 (0)