mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(doc): width on mobile with images
This commit is contained in:
parent
c98df4d6c2
commit
bf342f7bcf
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user