mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(file): display video in full-width & full-height
This commit is contained in:
parent
9cc3598095
commit
07c2342b7b
@ -29,6 +29,11 @@ const TPL = `
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-detail-file > .video-preview {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="file-preview-too-big alert alert-info hidden-ext">
|
<div class="file-preview-too-big alert alert-info hidden-ext">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user