mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fixed image being too high
This commit is contained in:
parent
4ca0f4b06b
commit
6e7b722bf2
@ -6,7 +6,7 @@ import libraryLoader from "../../services/library_loader.js";
|
|||||||
const TPL = `
|
const TPL = `
|
||||||
<div class="note-detail-image note-detail-printable">
|
<div class="note-detail-image note-detail-printable">
|
||||||
<style>
|
<style>
|
||||||
.type-image {
|
.type-image .note-detail {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -18,10 +18,9 @@ const TPL = `
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-image-view {
|
.note-detail-image-view {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user