Skip to content

Commit 2825db2

Browse files
committed
Update from upstream
1 parent c99b1dc commit 2825db2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/styles.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ img.notion-page-icon {
284284

285285
.notion-list-disc {
286286
list-style-type: disc;
287-
padding-left: 1.7em; /* edit: changed logical propterties default to left */
287+
padding-left: 1.6em; /* edit: changed logical propterties default to left */
288288
margin-top: 0px;
289289
margin-bottom: 0px;
290290
}
@@ -313,10 +313,15 @@ img.notion-page-icon {
313313
}
314314

315315
.notion-list li {
316-
padding: 6px 0px;
316+
padding: 4px 0px;
317317
white-space: pre-wrap;
318318
}
319319

320+
.notion-list > .notion-text {
321+
margin-left: -1.6em;
322+
padding-left: 0px;
323+
}
324+
320325
.notion-asset-wrapper {
321326
margin: 0.5rem auto 0.5rem;
322327
max-width: 100%;
@@ -505,7 +510,7 @@ img.notion-page-icon {
505510
}
506511
.notion-callout-text {
507512
margin-left: 8px;
508-
white-space: pre-line; /* edit: break on carriage returns in callout text */
513+
white-space: pre-line;
509514
}
510515

511516
.notion-toggle {

0 commit comments

Comments
 (0)