mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 15:10:32 +00:00
notion-排版:调整字号图框
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notion {
|
.notion {
|
||||||
font-size: 17px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: var(--fg-color);
|
color: var(--fg-color);
|
||||||
caret-color: var(--fg-color);
|
caret-color: var(--fg-color);
|
||||||
@@ -714,7 +714,7 @@ svg.notion-page-icon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notion-asset-wrapper img {
|
.notion-asset-wrapper img {
|
||||||
width: 100%;
|
width: 90%;
|
||||||
/* height: 100%; */
|
/* height: 100%; */
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
@@ -728,6 +728,7 @@ svg.notion-page-icon {
|
|||||||
.notion-text {
|
.notion-text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
line-height: 1.5rem !important;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
padding: 3px 2px !important;
|
padding: 3px 2px !important;
|
||||||
margin: 1px 0 !important;
|
margin: 1px 0 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user