mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display critic reviews on detail page
This commit is contained in:
parent
5437824c3f
commit
ec50d3613f
8 changed files with 299 additions and 86 deletions
|
@ -150,6 +150,42 @@
|
|||
margin: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
.criticReview {
|
||||
font-size: 14px;
|
||||
margin: 1.5em 0;
|
||||
background: #222;
|
||||
padding: .8em .8em .8em 55px;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.criticReview:first-child {
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
.criticReview img {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.reviewerName {
|
||||
color: #ccc;
|
||||
font-size: 13px;
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
.reviewLink {
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
.reviewDate {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.reviewScore {
|
||||
position: absolute;
|
||||
left: .8em;
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue