mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix player height on mobile
This commit is contained in:
@@ -98,10 +98,14 @@ $video-info-margin-left: 44px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
#videojs-wrapper {
|
||||
height: getPlayerHeight(100vw) !important;
|
||||
}
|
||||
|
||||
.remote-server-down,
|
||||
::ng-deep .video-js {
|
||||
width: 100vw;
|
||||
height: getPlayerHeight(100vw)
|
||||
height: getPlayerHeight(100vw) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user