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

update image processing

This commit is contained in:
Luke Pulverenti 2015-07-29 16:31:15 -04:00
parent 6d7ee58678
commit dd55a5fe61
3 changed files with 3 additions and 3 deletions

View file

@ -562,7 +562,7 @@
width: 50%; width: 50%;
} }
@media all and (min-width: 700px) { @media all and (min-width: 800px) {
.detailPage169Card { .detailPage169Card {
width: 33.3%; width: 33.3%;

View file

@ -39,7 +39,7 @@
function onSubmit() { function onSubmit() {
var page = $(this).parents('.page'); var page = $(this).parents('.page')[0];
Dashboard.showLoadingMsg(); Dashboard.showLoadingMsg();

View file

@ -94,7 +94,7 @@
function onSubmit() { function onSubmit() {
var page = $(this).parents('.page'); var page = $(this).parents('.page')[0];
Dashboard.showLoadingMsg(); Dashboard.showLoadingMsg();