mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Merge pull request #4636 from humhub/fix/jpPlayerStreamOverflow
Fix: Jplayer overflow on mobile stream
This commit is contained in:
commit
b56c3e6390
@ -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)
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user