mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 11:42:26 +08:00
fix(in-app-help): fix image max width
This commit is contained in:
parent
dd28ce9e5d
commit
07b1f69f7a
@ -36,7 +36,7 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 90vw;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user