chore(skin): park current skin sources

This commit is contained in:
Rahim
2026-06-17 21:37:38 -07:00
parent 6f5f7ef577
commit c3d68fa1d8
93 changed files with 0 additions and 0 deletions
@@ -0,0 +1,21 @@
.media-background-skin {
position: relative;
width: 100%;
height: 100%;
object-fit: cover;
& > video,
& > .media {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: inherit;
}
& > :where(img, picture) {
width: 100%;
height: 100%;
object-fit: inherit;
}
}