feature: Embed Frame Player
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user