forked from 0x2620/pandora
fix positioning of clips in 'view with clips'
This commit is contained in:
parent
e2ff7813a0
commit
93a6c5f1e6
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ pandora.ui.list = function() {
|
||||||
width: Math.round(ratio >= 1 ? size : size * ratio)
|
width: Math.round(ratio >= 1 ? size : size * ratio)
|
||||||
},
|
},
|
||||||
info: {
|
info: {
|
||||||
|
css: {marginTop: '2px'},
|
||||||
element: pandora.ui.itemClips,
|
element: pandora.ui.itemClips,
|
||||||
id: data.id,
|
id: data.id,
|
||||||
options: {
|
options: {
|
||||||
|
|
Loading…
Reference in a new issue