Merge pull request #575 from frecuencialibre/smartblockdisplayfix

Show playlist and smartblock contents on shorter screens. Fixes #574
This commit is contained in:
Lucas Bickel 2018-10-24 19:26:22 +02:00 committed by GitHub
commit d710fb13cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -585,11 +585,11 @@ li.ui-state-default {
.spl_sortable {
height: 100%;
overflow: auto;
-webkit-flex: 1 100%;
-moz-flex: 1 100%;
-ms-flex: 1 100%;
-o-flex: 1 100%;
flex: 1 100%;
-webkit-flex: 1 0 100%;
-moz-flex: 1 0 100%;
-ms-flex: 1 0 100%;
-o-flex: 1 0 100%;
flex: 1 0 100%;
margin: 4px 0;
min-height: 0;