mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove safe area padding on video container
This commit is contained in:
parent
4f17cebc02
commit
14ff6474f3
1 changed files with 0 additions and 4 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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue