refactor canvas-note to canvas

This commit is contained in:
Tom
2022-05-10 13:43:05 +02:00
parent 160bd0a790
commit 3df712b64f
19 changed files with 32 additions and 48 deletions

View File

@@ -99,7 +99,7 @@ const TPL = `
padding: 10px;
}
.note-book-content.type-image img, .note-book-content.type-canvas-note svg {
.note-book-content.type-image img, .note-book-content.type-canvas svg {
max-width: 100%;
max-height: 100%;
object-fit: contain;
@@ -107,7 +107,7 @@ const TPL = `
.note-book-card.type-image .note-book-content img,
.note-book-card.type-text .note-book-content img,
.note-book-card.type-canvas-note .note-book-content img {
.note-book-card.type-canvas .note-book-content img {
max-width: 100%;
max-height: 100%;
}