Skip to content

Commit

Permalink
✨ chatgpt css
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 13, 2023
1 parent 6e6018f commit e747331
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions src-tauri/src/inject/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,24 @@ window.addEventListener('DOMContentLoaded', (_event) => {
}
}
@media (min-width:1024px){
#__next .text-base.lg\\:max-w-xl {
max-width: 41rem;
}
}
@media (min-width:1280px){
#__next .text-base.xl\\:max-w-3xl {
max-width: 48rem;
}
}
@media (min-width:640px){
#__next .sticky.top-0{
padding-top: 15px;
}
}
#pack-top-dom:active {
cursor: grabbing;
cursor: -webkit-grabbing;
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.macos.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tauri": {
"bundle": {
"icon": ["icons/weread.icns"],
"identifier": "com.tw93.weread1",
"identifier": "com.tw93.weread",
"active": true,
"category": "DeveloperTool",
"copyright": "",
Expand Down

0 comments on commit e747331

Please sign in to comment.