mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
fix seeing only part of the PDF preview
This commit is contained in:
parent
6b41c26d2b
commit
5314446980
@ -5,7 +5,7 @@ import TypeWidget from "./type_widget.js";
|
|||||||
const TPL = `
|
const TPL = `
|
||||||
<div class="note-detail-file note-detail-printable">
|
<div class="note-detail-file note-detail-printable">
|
||||||
<style>
|
<style>
|
||||||
.type-file {
|
.type-file .note-detail {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ const TPL = `
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-preview-content {
|
.file-preview-content {
|
||||||
background-color: var(--accented-background-color);
|
background-color: var(--accented-background-color);
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.type-relation-map {
|
.type-relation-map .note-detail {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user