diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index ea93f1f3b..f14ff8989 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -536,6 +536,13 @@ } } +@media all and (min-width: 2200px) { + + .homePageBackdropCard { + width: 16.666666666666666666666666666667%; + } +} + /** homePageSquareCard */ .homePageSquareCard .cardPadder { @@ -575,14 +582,14 @@ } } -@media all and (min-width: 1600px) { +@media all and (min-width: 1280px) { .homePageSquareCard { width: 14.285714285714285714285714285714%; } } -@media all and (min-width: 1280px) { +@media all and (min-width: 1600px) { .homePageSquareCard { width: 14.285714285714285714285714285714%; @@ -596,6 +603,13 @@ } } +@media all and (min-width: 2200px) { + + .homePageSquareCard { + width: 11.11111111111111111%; + } +} + /** homePagePortraitCard */ .homePagePortraitCard .cardPadder { @@ -649,6 +663,13 @@ } } +@media all and (min-width: 2200px) { + + .homePagePortraitCard { + width: 10%; + } +} + /** homePageSmallBackdropCard */ .homePageSmallBackdropCard .cardPadder { @@ -694,3 +715,11 @@ width: 14.285714285714285714285714285714%; } } + + +@media all and (min-width: 2200px) { + + .homePageSmallBackdropCard { + width: 12.5%; + } +} \ No newline at end of file diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index e02bbc7e3..a1e206372 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -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; } } diff --git a/dashboard-ui/scripts/songs.js b/dashboard-ui/scripts/songs.js index db1a03c8f..2d631de16 100644 --- a/dashboard-ui/scripts/songs.js +++ b/dashboard-ui/scripts/songs.js @@ -52,7 +52,8 @@ limit: query.Limit, totalRecordCount: result.TotalRecordCount, viewButton: true, - showLimit: false + showLimit: false, + updatePageSizeSetting: false }); $('.listTopPaging', page).html(pagingHtml).trigger('create'); diff --git a/dashboard-ui/supporter.html b/dashboard-ui/supporter.html index e35817bfa..665a8c664 100644 --- a/dashboard-ui/supporter.html +++ b/dashboard-ui/supporter.html @@ -52,13 +52,13 @@ -
+
${LabelRecurringDonationCanBeCancelledHelp}