mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display similar items on detail page
This commit is contained in:
parent
8ee91b74ab
commit
12e7761111
5 changed files with 70 additions and 8 deletions
|
@ -203,6 +203,7 @@
|
|||
|
||||
.criticRatingSummary {
|
||||
background-color: #FFE482!important;
|
||||
background-color: rgba(255,228,130,0.7);
|
||||
color: #000!important;
|
||||
}
|
||||
|
||||
|
@ -368,6 +369,9 @@ a.itemTag:hover {
|
|||
border: 1px solid #181818;
|
||||
background: #222;
|
||||
margin-top: 2em;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.detailSectionContent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue