mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
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 {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
font-size: 120%;
|
||||
font-size: 140%;
|
||||
border-radius: 500px;
|
||||
background-color: #52B54B;
|
||||
padding: .5em;
|
||||
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 {
|
||||
width: 45vh;
|
||||
height: 30vh;
|
||||
|
@ -144,7 +144,7 @@ div.listItem {
|
|||
}
|
||||
|
||||
.listItem > .fab:first-child, .listItem > i:first-child {
|
||||
margin-left: .75em;
|
||||
margin-left: .65em;
|
||||
}
|
||||
|
||||
.paperList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue