feature: Embed Frame Player

This commit is contained in:
daniel-c-harvey
2026-06-06 15:43:09 -04:00
parent d96c41eafb
commit c83b132522
22 changed files with 308 additions and 29 deletions
@@ -12,6 +12,16 @@
margin: 0;
}
.player-fixed {
position: relative;
top: 0;
left: 0;
right: 0;
z-index: 1200;
padding: 0;
margin: 0;
}
::deep .player-inner-container {
padding: 1rem;
padding-bottom: 1.5rem;
@@ -45,13 +55,6 @@
transform: scale(1.1);
}
/* Spacer to prevent content overlap */
.player-spacer {
height: 100px;
width: 100%;
flex-shrink: 0;
}
@media (max-width: 768px) {
::deep .minimized-dock {
bottom: 15px;
@@ -66,10 +69,6 @@
::deep .player-surface {
margin-bottom: 1.25rem;
}
.player-spacer {
height: 120px;
}
}
/* Unified responsive player layout.