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-23 17:30:41 -04:00
parent 4fb370930f
commit 84e7296363
3 changed files with 11 additions and 7 deletions

View file

@ -104,7 +104,7 @@ div.listItem {
.listItemIcon {
width: auto !important;
height: auto !important;
font-size: 140%;
font-size: 130%;
border-radius: 500px;
background-color: #52B54B;
padding: .5em;
@ -144,9 +144,13 @@ div.listItem {
}
.listItem > .fab:first-child, .listItem > i:first-child {
margin-left: .65em;
margin-left: .3em;
}
.paperList .listItem > .fab:first-child, .paperList .listItem > i:first-child {
margin-left: .65em;
}
.paperList {
padding: .5em 0;
margin: 1em auto;