mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use SocketHttpListener project
This commit is contained in:
parent
e3687e3e39
commit
58672e6b65
16 changed files with 118 additions and 93 deletions
|
@ -213,7 +213,7 @@
|
|||
height: 17px;
|
||||
display: inline-block;
|
||||
background-size: cover;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
@ -231,6 +231,7 @@
|
|||
margin-left: 1px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.rottentomatoesicon {
|
||||
|
@ -240,7 +241,7 @@
|
|||
background-size: cover;
|
||||
background-position: left center;
|
||||
background-repeat: no-repeat;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
@ -264,8 +265,6 @@
|
|||
font-size: 12px;
|
||||
text-align: center;
|
||||
padding: 2px 4px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
@ -306,6 +305,7 @@
|
|||
margin-left: 1px;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.criticRatingSummary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue