mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
style(mermaid): vertical layout for errors
This commit is contained in:
parent
72c024fc26
commit
82cb31da53
@ -28,6 +28,7 @@ const TPL = `\
|
||||
|
||||
.note-detail-split-editor-col {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.note-detail-split-preview-col {
|
||||
@ -69,10 +70,6 @@ const TPL = `\
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.note-detail-split.split-horizontal .note-detail-split-editor-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/* Vertical layout */
|
||||
|
||||
.note-detail-split.split-vertical {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user