chore(react/type_widget): bring back full-height

This commit is contained in:
Elian Doran
2025-09-19 21:40:35 +03:00
parent 071fcb85c9
commit d83ff641d7
6 changed files with 40 additions and 112 deletions

View 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%;
}