mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
fix(layout): title not visible on dark code theme
This commit is contained in:
parent
f8447d923e
commit
cae892a971
@ -146,9 +146,6 @@ export default class DesktopLayout {
|
||||
.child(new ContentHeader()
|
||||
.child(new FlexContainer("row")
|
||||
.class("title-row")
|
||||
.css("height", "50px")
|
||||
.css("min-height", "50px")
|
||||
.css("align-items", "center")
|
||||
.child(<NoteIconWidget />)
|
||||
.child(<NoteTitleWidget />)
|
||||
)
|
||||
|
||||
@ -2555,3 +2555,10 @@ iframe.print-iframe {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.desktop .title-row {
|
||||
height: 50px;
|
||||
min-height: 50px;
|
||||
align-items: center;
|
||||
background: var(--note-split-background-color, var(--main-background-color));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user