mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fix: Jplayer overflow on mobile stream
This commit is contained in:
parent
a618cc186b
commit
c6ee4f59dc
@ -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 {
|
||||
|
@ -63,6 +63,7 @@
|
||||
// Wall-Entries
|
||||
.wall-entry {
|
||||
position: relative;
|
||||
overflow:hidden;
|
||||
|
||||
.panel .panel-body {
|
||||
padding: @wallEntryInnerPadding;
|
||||
|
Loading…
x
Reference in New Issue
Block a user