feat(note_list): improve video preview

This commit is contained in:
Elian Doran 2025-02-26 19:36:30 +02:00
parent e330d91df2
commit ab5df9e010
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,10 @@ const TPL = `
.note-list-widget.full-height .note-list-widget-content {
height: 100%;
}
.note-list-widget video {
height: 100%;
}
</style>
<div class="note-list-widget-content">

View File

@ -1610,7 +1610,8 @@ div.bookmark-folder-widget .note-link .bx {
.note-list-wrapper .note-book-card .note-book-content.type-canvas .rendered-content,
.note-list-wrapper .note-book-card .note-book-content.type-mindMap .rendered-content,
.note-list-wrapper .note-book-card .note-book-content.type-code .rendered-content {
.note-list-wrapper .note-book-card .note-book-content.type-code .rendered-content,
.note-list-wrapper .note-book-card .note-book-content.type-video .rendered-content {
padding: 0;
}