Skip to content

Commit 4e03748

Browse files
author
Ozan Tellioglu
committed
#119 Fix
1 parent 0f3d1f1 commit 4e03748

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

styles.css

+7
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,10 @@ div.oz-pdf-widget-cm6 + br {
340340
border: 0.1px solid var(--text-muted);
341341
padding: 10px;
342342
}
343+
344+
.cm-line:has(div.is-collapsed) .oz-custom-html-widget-cm6,
345+
.cm-line:has(div.is-collapsed) .oz-image-widget-cm6,
346+
.cm-line:has(div.is-collapsed) .oz-pdf-widget-cm6,
347+
.cm-line:has(div.is-collapsed) .oz-transclusion-widget-cm6 {
348+
display: none;
349+
}

0 commit comments

Comments
 (0)