mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-02 19:08:59 +00:00
fix(video): height and width in player (#2258)
This commit is contained in:
parent
4d25947286
commit
5c9265fb9d
@ -220,6 +220,8 @@ watch(staticOverlay, (val) => {
|
||||
.fullscreen-video-container {
|
||||
background: black;
|
||||
display: flex;
|
||||
height: 100vh !important;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.controls-wrapper {
|
||||
|
Loading…
x
Reference in New Issue
Block a user