1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add system id to remote calls

This commit is contained in:
Luke Pulverenti 2014-09-06 13:46:09 -04:00
parent 56d7a4b41f
commit bf80b29a97
4 changed files with 38 additions and 8 deletions

View file

@ -118,14 +118,14 @@
@media all and (min-width: 1600px) {
.ehsContent {
width: 1280px;
width: 1500px;
}
}
@media all and (min-width: 1600px) {
@media all and (min-width: 2200px) {
.ehsContent {
width: 1500px;
width: 1900px;
}
}