mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 09:36:37 +02:00
chore(text): make sure tab size constant is available regardless of theme
This commit is contained in:
@@ -2701,3 +2701,7 @@ iframe.print-iframe {
|
||||
line-height: 1.4;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.ck-content pre code {
|
||||
tab-size: var(--code-block-tab-width, 4);
|
||||
}
|
||||
|
||||
@@ -667,10 +667,6 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.ck-content pre code {
|
||||
tab-size: var(--code-block-tab-width, 4);
|
||||
}
|
||||
|
||||
.code-sample-wrapper .hljs {
|
||||
transition: background-color linear 100ms;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user