mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
small fixes
This commit is contained in:
@@ -13,9 +13,7 @@ const TPL = `
|
||||
color: var(--muted-text-color);
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 7px;
|
||||
padding: 12px 12px 11px 12px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
@@ -7,6 +7,10 @@ import TypeWidget from "./type_widget.js";
|
||||
const TPL = `
|
||||
<div class="note-detail-file note-detail-printable">
|
||||
<style>
|
||||
.type-file {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.note-detail-file {
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user