mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 13:19:54 +01:00
fix(mermaid): 1px border visible in read-only mode
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
/* Horizontal layout */
|
/* Horizontal layout */
|
||||||
|
|
||||||
.note-detail-split.split-horizontal > .note-detail-split-preview-col {
|
.note-detail-split.split-horizontal:not(.split-read-only) > .note-detail-split-preview-col {
|
||||||
border-inline-start: 1px solid var(--main-border-color);
|
border-inline-start: 1px solid var(--main-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -93,4 +93,4 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
/* #endregion */
|
/* #endregion */
|
||||||
|
|||||||
Reference in New Issue
Block a user