feat(file): display video in full-width & full-height

This commit is contained in:
Elian Doran 2025-02-26 19:22:12 +02:00
parent 9cc3598095
commit 07c2342b7b
No known key found for this signature in database

View File

@ -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">