mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #6453 from jellyfin-web/release-10.10.z
Remove safe area padding on video container
Original-merge: 7a07a79b12
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
parent
84157e74f5
commit
1d2a66abfa
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