fix markdown highlighting

This commit is contained in:
Nitwel
2020-09-18 14:21:53 +02:00
parent 8b06e3b9ad
commit 3d84961578

View File

@@ -104,15 +104,23 @@ export default defineComponent({
}
&.tabbed .v-textarea {
border-top: none;
border-radius: 0 0 var(--border-radius) var(--border-radius);
}
&.tabbed .preview-container {
border-top: none;
border-radius: 0 0 var(--border-radius) var(--border-radius);
}
&.tabbed .toolbar {
border-bottom: none;
}
&.tabbed .expand {
right: 0;
}
&.tabbed.hasScrollbar .expand {
right: 14px;
}
::v-deep {
.preview {
font-weight: 500;