1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-07-21 13:23:25 -04:00
parent b1bc63f509
commit fdb13570d7
7 changed files with 34 additions and 20 deletions

View file

@ -102,11 +102,16 @@ div.listItem {
}
.listItemIcon {
width: 3vh;
height: 3vh;
font-size: 3vh;
width: auto !important;
height: auto !important;
font-size: 120%;
border-radius: 500px;
background-color: #52B54B;
padding: .5em;
color: #fff;
}
.listItem.largeImage .listItemImage {
width: 45vh;
height: 30vh;