update list views

This commit is contained in:
Luke Pulverenti 2016-07-16 17:28:15 -04:00
parent cbf80fb548
commit aaf5037d13
14 changed files with 164 additions and 70 deletions

View file

@ -3,9 +3,9 @@
}
i.mediaInfoItem {
width: 3vh;
height: 3vh;
font-size: 3vh;
width: auto;
height: auto;
font-size: 1.6em;
margin-right: .6em;
}
@ -63,9 +63,3 @@ i.mediaInfoItem {
font-size: 90%;
padding: .1em .5em;
}
.layout-tv i.mediaInfoItem {
width: 4vh;
height: 4vh;
font-size: 4vh;
}