mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
feat(popup_editor): improve fit for full-height note types
This commit is contained in:
parent
1fc860b052
commit
278fe3262e
@ -1,7 +1,6 @@
|
|||||||
import type { EventNames, EventData } from "../../components/app_context.js";
|
import type { EventNames, EventData } from "../../components/app_context.js";
|
||||||
import NoteContext from "../../components/note_context.js";
|
import NoteContext from "../../components/note_context.js";
|
||||||
import { openDialog } from "../../services/dialog.js";
|
import { openDialog } from "../../services/dialog.js";
|
||||||
import froca from "../../services/froca.js";
|
|
||||||
import BasicWidget from "../basic_widget.js";
|
import BasicWidget from "../basic_widget.js";
|
||||||
import Container from "../containers/container.js";
|
import Container from "../containers/container.js";
|
||||||
|
|
||||||
@ -13,13 +12,13 @@ const TPL = /*html*/`\
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal.popup-editor-dialog .modal-body {
|
.modal.popup-editor-dialog .modal-body {
|
||||||
padding: 0 1.5em;
|
padding: 0;
|
||||||
max-height: 75vh;
|
height: 75vh;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.popup-editor-dialog .note-detail-editable-text {
|
.modal.popup-editor-dialog .note-detail-editable-text {
|
||||||
padding: 0;
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.popup-editor-dialog .title-row,
|
.modal.popup-editor-dialog .title-row,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user