feat(video): add blur for controls

This commit is contained in:
Elian Doran 2026-03-11 21:06:08 +02:00
parent e61b7c7cfc
commit ab9d50b905
No known key found for this signature in database

View File

@ -29,6 +29,7 @@
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(6px);
color: white;
}
}