make images in text notes rendered responsively in a book, fixes #871

This commit is contained in:
zadam 2020-02-19 22:24:31 +01:00
parent 2d58019d6e
commit 2b1b7774f8

View File

@ -897,7 +897,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
text-align: center;
}
.note-book-card.type-image .note-book-content img {
.note-book-card.type-image .note-book-content img, .note-book-card.type-text .note-book-content img {
max-width: 100%;
max-height: 100%;
}