Skip to content

Commit

Permalink
🎨 Compatible with the latest chatgpt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Feb 5, 2024
1 parent c895562 commit 3621efa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src-tauri/src/inject/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,15 @@ window.addEventListener('DOMContentLoaded', _event => {
margin-right: -10px;
}
#__next > div.relative.z-0.flex.h-full.w-full.overflow-hidden > div.dark.flex-shrink-0.overflow-x-hidden.bg-black > div > div > div > div > nav > div.flex.flex-col.pt-2.empty\\:hidden.dark\\:border-white\\/20 > a,
#__next > div.relative.z-0.flex.h-full.w-full.overflow-hidden > div.relative.flex.h-full.max-w-full.flex-1.flex-col.overflow-hidden > main > div.group.fixed.bottom-3.right-3.z-10.hidden.gap-1.lg\\:flex > div {
display: none;
}
#__next .md\\:px-\\[60px\\].text-token-text-secondary.text-xs.text-center.py-2.px-2.relative{
visibility:hidden;
}
#__next>div>div>.flex.h-screen.w-full.flex-col.items-center {
padding-top: 20px;
}
Expand Down

0 comments on commit 3621efa

Please sign in to comment.