mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
start replacing jquery ajax with fetch
This commit is contained in:
parent
ffb022d13c
commit
62b528a41c
20 changed files with 547 additions and 69 deletions
|
@ -522,7 +522,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
@media all and (min-width: 2100px) {
|
||||
|
||||
.squareCard {
|
||||
width: 11.111111111111111111111111111111%;
|
||||
|
|
|
@ -144,6 +144,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 2560px) {
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 96%;
|
||||
}
|
||||
}
|
||||
|
||||
.detailPageContent, .detailPageContent > table {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue