feat: Improved placeholder and upload handling for videos

This commit is contained in:
Arek Nawo
2026-01-19 20:14:48 +01:00
parent 5bda5623f2
commit 0c5c83a17a
6 changed files with 173 additions and 130 deletions
@@ -0,0 +1,15 @@
.videoWrapper {
border-radius: 8px;
@mixin light {
background-color: var(--mantine-color-gray-0);
}
@mixin dark {
background-color: var(--mantine-color-dark-7);
}
}
.video {
display: block;
width: 100%;
border-radius: 8px;
}