Add styles for markdown preview in index.css

This commit is contained in:
2026-01-31 14:20:03 +01:00
parent 749fea672c
commit fed15761ad

View File

@@ -497,6 +497,14 @@ body {
outline: none;
}
.markdown-preview {
flex: 1;
width: 100%;
overflow-y: auto;
padding: 14px;
color: var(--ink);
}
.editor__footer {
display: flex;
flex-wrap: wrap;