diff --git a/README.md b/README.md
index 931f6d0..21aa6d3 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@
-  |
+  |
 |
diff --git a/README_CN.md b/README_CN.md
index 0f55b7b..1ca18ae 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -57,7 +57,7 @@
-  |
+  |
 |
diff --git a/src-tauri/src/inject/style.js b/src-tauri/src/inject/style.js
index d263a5e..45cba20 100644
--- a/src-tauri/src/inject/style.js
+++ b/src-tauri/src/inject/style.js
@@ -71,12 +71,13 @@ window.addEventListener('DOMContentLoaded', (_event) => {
display: none;
}
- #__next .overflow-hidden>.hidden.bg-gray-900 .scrollbar-trigger{
- padding-top: 20px;
+ #__next .overflow-hidden>.overflow-x-hidden .scrollbar-trigger > nav {
+ padding-top: 30px;
}
#__next .absolute .px-3.pt-2.pb-3.text-center {
visibility: hidden;
+ padding-bottom: 4px;
}
#__next > div.overflow-hidden.w-full.h-full.relative.flex > div.dark.hidden.flex-shrink-0.bg-gray-900.md\\:flex.md\\:w-\\[260px\\].md\\:flex-col > div > div > nav {
@@ -294,9 +295,9 @@ window.addEventListener('DOMContentLoaded', (_event) => {
}
}
- @media (min-width:640px){
- #__next .sticky.top-0{
- padding-top: 15px;
+ @media (max-width:767px){
+ #__next .overflow-hidden.w-full .max-w-full>.sticky.top-0 {
+ padding-top: 20px;
}
}