fixed image being too high

This commit is contained in:
zadam 2021-07-26 20:18:57 +02:00
parent 4ca0f4b06b
commit 6e7b722bf2

View File

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