mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #6453 from thornbill/fix-player-inset
This commit is contained in:
commit
7a07a79b12
2 changed files with 0 additions and 8 deletions
|
@ -7,10 +7,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #000 !important;
|
background: #000 !important;
|
||||||
padding-left: env(safe-area-inset-left);
|
|
||||||
padding-right: env(safe-area-inset-right);
|
|
||||||
padding-top: env(safe-area-inset-top);
|
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.videoPlayerContainer-onTop {
|
.videoPlayerContainer-onTop {
|
||||||
|
|
|
@ -7,10 +7,6 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-left: env(safe-area-inset-left);
|
|
||||||
padding-right: env(safe-area-inset-right);
|
|
||||||
padding-top: env(safe-area-inset-top);
|
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.youtubePlayerContainer.onTop {
|
.youtubePlayerContainer.onTop {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue