notion-排版:调整字号图框

This commit is contained in:
tangly1024.com
2023-03-27 17:27:39 +08:00
parent 4d1dff7f63
commit c4f0bbddb1

View File

@@ -68,7 +68,7 @@
}
.notion {
font-size: 17px;
font-size: 16px;
line-height: 1.5;
color: var(--fg-color);
caret-color: var(--fg-color);
@@ -714,7 +714,7 @@ svg.notion-page-icon {
}
.notion-asset-wrapper img {
width: 100%;
width: 90%;
/* height: 100%; */
height: auto !important;
max-height: 100%;
@@ -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;