mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
First level of ratings and reviews
This commit is contained in:
parent
7614d695d9
commit
75b5f25694
7 changed files with 203 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -36,6 +36,18 @@
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.posterItemStoreText {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
text-wrap: none;
|
||||
white-space: nowrap;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
.posterItemText {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
@ -71,6 +83,20 @@
|
|||
height: 150px;
|
||||
}
|
||||
|
||||
.storeItem {
|
||||
width: 270px;
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.storePosterItem {
|
||||
width: 270px;
|
||||
}
|
||||
.storePosterItem .posterItemImage {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
|
||||
.backdropPosterItem {
|
||||
width: 160px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue