update cache file cleanup
This commit is contained in:
parent
8b5799bd66
commit
85b918afac
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue