small fixes

This commit is contained in:
zadam
2021-01-30 11:50:45 +01:00
parent 01a82bed09
commit 8fb7dd451e
4 changed files with 9 additions and 7 deletions

View File

@@ -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>

View File

@@ -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;