fix: Video view styles

This commit is contained in:
Arek Nawo
2026-01-19 20:45:45 +01:00
parent dd8c42e1f3
commit b9b5ddb848
@@ -11,5 +11,6 @@
.video { .video {
display: block; display: block;
width: 100%; width: 100%;
height: 100%;
border-radius: 8px; border-radius: 8px;
} }