chatgpt css

This commit is contained in:
Tw93
2023-04-13 14:45:23 +08:00
parent b07a104ced
commit e16b288c30
2 changed files with 19 additions and 1 deletions

View File

@@ -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;

View File

@@ -2,7 +2,7 @@
"tauri": {
"bundle": {
"icon": ["icons/weread.icns"],
"identifier": "com.tw93.weread1",
"identifier": "com.tw93.weread",
"active": true,
"category": "DeveloperTool",
"copyright": "",