File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -268,3 +268,30 @@ input.is-invalid {
268268 box-shadow : 0px 0px 5px rgb (0 0 0 / 50% );
269269 border-color : var (--background-modifier-border-focus );
270270}
271+
272+ /** Live Preview */
273+ .is-live-preview .admonition-content > * {
274+ margin-top : 0px ;
275+ margin-bottom : 0px ;
276+ }
277+
278+ .is-live-preview .admonition-content > * : first-child {
279+ margin-top : 16px ;
280+ }
281+
282+ .is-live-preview .admonition-content > * : last-child {
283+ margin-bottom : 16px ;
284+ }
285+
286+
287+ /* .is-live-preview .admonition-content .contains-task-list {
288+ padding-left: 0;
289+ }
290+ .is-live-preview .admonition-content ul li {
291+ text-indent: 0;
292+ } */
293+
294+ .is-live-preview .admonition-content li ,
295+ .is-live-preview .admonition-content ul {
296+ line-height : 1 ;
297+ }
You can’t perform that action at this time.
0 commit comments