feat: back up our stuff

This commit is contained in:
2025-03-11 13:38:58 -07:00
parent 8bbfb3d687
commit b7f60dbcb7
12 changed files with 180 additions and 14 deletions
@@ -0,0 +1,14 @@
#overlay-video {
pointer-events: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.25;
z-index: 1001;
width: 100vw;
height: 100vh;
object-fit: cover;
max-height: 100vh;
}