✨ chatgpt css
This commit is contained in:
18
src-tauri/src/inject/style.js
vendored
18
src-tauri/src/inject/style.js
vendored
@@ -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;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"tauri": {
|
||||
"bundle": {
|
||||
"icon": ["icons/weread.icns"],
|
||||
"identifier": "com.tw93.weread1",
|
||||
"identifier": "com.tw93.weread",
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "",
|
||||
|
||||
Reference in New Issue
Block a user