mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
display trailers within suggestions
This commit is contained in:
parent
5f61a3bbee
commit
b5820d6e0b
18 changed files with 68 additions and 63 deletions
|
@ -111,21 +111,21 @@
|
|||
@media all and (min-width: 1200px) {
|
||||
|
||||
.ehsContent {
|
||||
width: 1000px;
|
||||
width: 84%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1600px) {
|
||||
|
||||
.ehsContent {
|
||||
width: 1500px;
|
||||
width: 85%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 2200px) {
|
||||
@media all and (min-width: 1920px) {
|
||||
|
||||
.ehsContent {
|
||||
width: 1900px;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue