mirror of
https://github.com/zadam/trilium.git
synced 2026-01-10 16:44:29 +01:00
fix(mermaid): 1px border visible in read-only mode
This commit is contained in:
parent
c1df2c45de
commit
862ddf3a71
@ -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 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user