Editor: Add border to preview

This commit is contained in:
Eragon 2022-05-19 22:42:47 +02:00
parent 0d00b4dfb6
commit 46106d69c9
Signed by: Eragon
GPG Key ID: 087126EBFC725006
2 changed files with 11 additions and 0 deletions

View File

@ -33,6 +33,11 @@
.editor textarea {
min-height: 15rem;
}
.editor #editor_content_preview {
margin: 5px;
margin-top: 10px;
border: var(--border);
}
.separator {
display: inline-block;
width: 0;

View File

@ -41,6 +41,12 @@
textarea {
min-height: 15rem;
}
#editor_content_preview {
margin: 5px;
margin-top: 10px;
border: var(--border);
}
}
// From gitea