Skip to content

Commit

Permalink
coze 升级修复
Browse files Browse the repository at this point in the history
  • Loading branch information
elaninhust committed Apr 29, 2024
1 parent e6c1e2b commit abe6b79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"*://*.coze.com/explore/*"
],
"js": ["src/pages/content/index.js"],
"css": ["assets/css/contentStyle17143559469.chunk.css"]
"css": ["assets/css/contentStyle17143585215.chunk.css"]
}
]
}
5 changes: 3 additions & 2 deletions src/pages/content/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
}

.sidesheet-container-show-all.sidesheet-container > div {
flex: 1;
flex: 2;
width: unset !important;
overflow: unset;
}

.sidesheet-container-show-all.sidesheet-container > div:last-child {
width: unset !important;
width: 33% !important;
flex: 1;
}

Expand All @@ -44,6 +44,7 @@
padding-right: 50px !important;
}

/* 右下角切换按钮 */
.content-container {
position: fixed;
bottom: 100px;
Expand Down

0 comments on commit abe6b79

Please sign in to comment.