Skip to content

Commit

Permalink
notion-排版:调整字号图框
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Mar 27, 2023
1 parent 4d1dff7 commit c4f0bbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}

.notion {
font-size: 17px;
font-size: 16px;
line-height: 1.5;
color: var(--fg-color);
caret-color: var(--fg-color);
Expand Down Expand Up @@ -714,7 +714,7 @@ svg.notion-page-icon {
}

.notion-asset-wrapper img {
width: 100%;
width: 90%;
/* height: 100%; */
height: auto !important;
max-height: 100%;
Expand All @@ -728,6 +728,7 @@ svg.notion-page-icon {
.notion-text {
width: 100%;
white-space: pre-wrap;
line-height: 1.5rem !important;
word-break: break-word;
padding: 3px 2px !important;
margin: 1px 0 !important;
Expand Down

0 comments on commit c4f0bbd

Please sign in to comment.