mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
b1bc63f509
commit
fdb13570d7
7 changed files with 34 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue