fix(doc): width on mobile with images

This commit is contained in:
Elian Doran 2025-02-08 11:58:21 +02:00
parent c98df4d6c2
commit bf342f7bcf
No known key found for this signature in database

View File

@ -33,6 +33,15 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
margin: 0; margin: 0;
padding-bottom: 0.25em; padding-bottom: 0.25em;
} }
img {
max-width: 90vw;
height: auto;
}
td img {
max-width: 40vw;
}
</style> </style>
<div class="note-detail-doc-content"></div> <div class="note-detail-doc-content"></div>