mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update latest channel content display
This commit is contained in:
parent
0c7a62c3d9
commit
d12c2644e7
9 changed files with 92 additions and 64 deletions
|
@ -31,7 +31,6 @@
|
|||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
.libraryPage .header {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
@ -75,6 +74,17 @@
|
|||
margin-top: 1em;
|
||||
}
|
||||
|
||||
@media all and (min-width: 900px) {
|
||||
|
||||
.ehsContent {
|
||||
max-width: 880px;
|
||||
}
|
||||
|
||||
.squareEhsContent {
|
||||
max-width: 750px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1000px) {
|
||||
|
||||
.ehsContent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue