mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 16:07:04 +02:00
chore(react/type_widget): bring back full-height
This commit is contained in:
9
apps/client/src/widgets/NoteDetail.css
Normal file
9
apps/client/src/widgets/NoteDetail.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.note-detail {
|
||||
font-family: var(--detail-font-family);
|
||||
font-size: var(--detail-font-size);
|
||||
}
|
||||
|
||||
.note-detail.full-height {
|
||||
contain: none;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user