add xiaohongshu

This commit is contained in:
Tw93
2023-03-05 10:59:51 +08:00
parent 5602b77002
commit d22cf3fc67
17 changed files with 11 additions and 0 deletions

10
src-tauri/src/pake.js vendored
View File

@@ -47,10 +47,20 @@ window.addEventListener("DOMContentLoaded", (_event) => {
#Wrapper > div.sep20,
#Main > div.box:nth-child(8),
#masthead-ad,
#app > header > div > div.menu,
#Rightbar > div:nth-child(6) > div.sidebar_compliance {
display: none !important;
}
#app > header .right .avatar.logged-in{
opacity: 0;
transition: opacity 0.3s;
}
#app > header .right .avatar.logged-in:hover{
opacity: 1;
}
#page .main_header, .cb-layout-basic--navbar,
#app .splitpanes.splitpanes--horizontal.no-splitter header {
padding-top: 20px;