Merge pull request #575 from frecuencialibre/smartblockdisplayfix
Show playlist and smartblock contents on shorter screens. Fixes #574
This commit is contained in:
commit
d710fb13cc
1 changed files with 5 additions and 5 deletions
|
@ -585,11 +585,11 @@ li.ui-state-default {
|
||||||
.spl_sortable {
|
.spl_sortable {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
-webkit-flex: 1 100%;
|
-webkit-flex: 1 0 100%;
|
||||||
-moz-flex: 1 100%;
|
-moz-flex: 1 0 100%;
|
||||||
-ms-flex: 1 100%;
|
-ms-flex: 1 0 100%;
|
||||||
-o-flex: 1 100%;
|
-o-flex: 1 0 100%;
|
||||||
flex: 1 100%;
|
flex: 1 0 100%;
|
||||||
|
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue