Backport pull request #6453 from jellyfin-web/release-10.10.z
Remove safe area padding on video container Original-merge: 7a07a79b126af7c70956de2fd79a62bdb2983dee Merged-by: thornbill <thornbill@users.noreply.github.com> Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user