mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +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 {
|
.jp-audio {
|
||||||
width: 280px !important;
|
width: auto !important;
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -242,7 +242,7 @@ ul.files {
|
|||||||
.jp-audio .jp-toggles {
|
.jp-audio .jp-toggles {
|
||||||
left: 210px !important;
|
left: 210px !important;
|
||||||
top: 45px !important;
|
top: 45px !important;
|
||||||
width: 199px !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jp-playlist ul {
|
.jp-playlist ul {
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
// Wall-Entries
|
// Wall-Entries
|
||||||
.wall-entry {
|
.wall-entry {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow:hidden;
|
||||||
|
|
||||||
.panel .panel-body {
|
.panel .panel-body {
|
||||||
padding: @wallEntryInnerPadding;
|
padding: @wallEntryInnerPadding;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user