update cache file cleanup

This commit is contained in:
Luke Pulverenti 2016-07-23 01:03:16 -04:00
parent 8b5799bd66
commit 85b918afac

View file

@ -104,14 +104,14 @@ div.listItem {
.listItemIcon { .listItemIcon {
width: auto !important; width: auto !important;
height: auto !important; height: auto !important;
font-size: 120%; font-size: 140%;
border-radius: 500px; border-radius: 500px;
background-color: #52B54B; background-color: #52B54B;
padding: .5em; padding: .5em;
color: #fff; color: #fff;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
} }
.listItem.largeImage .listItemImage { .listItem.largeImage .listItemImage {
width: 45vh; width: 45vh;
height: 30vh; height: 30vh;
@ -144,7 +144,7 @@ div.listItem {
} }
.listItem > .fab:first-child, .listItem > i:first-child { .listItem > .fab:first-child, .listItem > i:first-child {
margin-left: .75em; margin-left: .65em;
} }
.paperList { .paperList {