Css fixes for metadata and playlist editors
This commit is contained in:
parent
4b882064f2
commit
2e024bcfdd
|
@ -478,7 +478,7 @@ li.ui-state-default {
|
||||||
display: flex;
|
display: flex;
|
||||||
-webkit-flex-flow: column;
|
-webkit-flex-flow: column;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
position: absolute;
|
/*position: absolute;*/
|
||||||
right: 4px;
|
right: 4px;
|
||||||
bottom: 4px;
|
bottom: 4px;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
|
@ -533,6 +533,7 @@ li.ui-state-default {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
flex: 1 100%;
|
flex: 1 100%;
|
||||||
|
-webkit-flex: 1 100%;
|
||||||
|
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
Loading…
Reference in New Issue