Skip to content

Commit

Permalink
修复宽度问题
Browse files Browse the repository at this point in the history
  • Loading branch information
2234839 committed Dec 21, 2023
1 parent 000ef8c commit c1fcbed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
3 changes: 1 addition & 2 deletions apps/frontend/public/notebook/appearance/oceanpress.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ body {
max-width: 800px;
}
#preview > * {
max-width: 800px;
width: 800px;
width: 100%;
margin: 0 auto;
}
#preview > [data-type='NodeDocument'] > .protyle-background__img {
Expand Down
10 changes: 0 additions & 10 deletions apps/frontend/tsconfig.node.json

This file was deleted.

0 comments on commit c1fcbed

Please sign in to comment.