Merge pull request #4636 from humhub/fix/jpPlayerStreamOverflow

Fix: Jplayer overflow on mobile stream
This commit is contained in:
buddh4 2020-11-16 12:17:05 +01:00 committed by GitHub
commit b56c3e6390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@ HumHub Changelog
- Fix #4609: Error on downscale command
- Fix #4621: Wrong image orientation on downscaling with imagick
- Fix #4628: Fixed stream gallery ratio issues on fluid themes
- Fix #4636: Jplayer overflow on mobile stream
1.7.0 (November 4, 2020)

View File

@ -213,7 +213,7 @@ ul.files {
}
.jp-audio {
width: 280px !important;
width: auto !important;
margin-left: 0 !important;
}
@ -242,7 +242,7 @@ ul.files {
.jp-audio .jp-toggles {
left: 210px !important;
top: 45px !important;
width: 199px !important;
width: auto !important;
}
.jp-playlist ul {