Skip to content

Commit

Permalink
Update version to 2.0.4 in manifest.json and clean up sidebar.css by …
Browse files Browse the repository at this point in the history
…removing unused card styling
  • Loading branch information
yym68686 committed Jan 24, 2025
1 parent c6e64b0 commit 3fdf38b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Cerebr",
"version": "2.0.3",
"version": "2.0.4",
"description": "Cerebr - 智能AI聊天助手",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
Expand Down
5 changes: 0 additions & 5 deletions sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,6 @@ input:checked + .slider:before {
pointer-events: none;
}

.card-content {
max-width: 360px;
margin: 0 auto;
}

.api-form {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 3fdf38b

Please sign in to comment.