mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
My library icons updates
Conflicts: MediaBrowser.WebDashboard/dashboard-ui/scripts/indexpage.js
This commit is contained in:
parent
88bcd847e2
commit
e90dd3fb28
3 changed files with 209 additions and 52 deletions
|
@ -136,6 +136,25 @@
|
|||
height: 83.25px;
|
||||
}
|
||||
|
||||
.myLibraryPosterItem {
|
||||
width: 157px;
|
||||
}
|
||||
|
||||
.myLibraryPosterItem .posterItemImage {
|
||||
height: 65px;
|
||||
background-position: 20px center;
|
||||
background-size: 25px 25px;
|
||||
background-color: rgba(51, 51, 51, 0.5);
|
||||
}
|
||||
|
||||
.myLibraryPosterItem .posterItemDefaultText {
|
||||
top: 0;
|
||||
left: 0;
|
||||
line-height: 65px;
|
||||
text-align: left;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
||||
.smallBackdropPosterItem {
|
||||
width: 157px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue