From f4e52c5bf785074f28d94ad7ba36888b6a3f5a93 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 10 Dec 2020 10:32:05 -0500 Subject: [PATCH 1/6] Fix layout issues on dashboard screen --- src/assets/css/dashboard.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/assets/css/dashboard.css b/src/assets/css/dashboard.css index 48e6fe807e..61c8b18b24 100644 --- a/src/assets/css/dashboard.css +++ b/src/assets/css/dashboard.css @@ -246,20 +246,12 @@ div[data-role=controlgroup] a.ui-btn-active { @media all and (min-width: 70em) { .dashboardSections { - -webkit-flex-wrap: wrap; flex-wrap: wrap; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -webkit-flex-direction: row; flex-direction: row; } .dashboardColumn-2-60 { - width: 46%; - } - - .dashboardColumn-2-40 { - width: 27%; + flex-grow: 2; } .dashboardSection { @@ -291,6 +283,7 @@ div[data-role=controlgroup] a.ui-btn-active { } .activeSession { + min-width: 10rem; width: 100% !important; } From 0d2ede01b3a20120f2da8407e8bb311028d3c4e8 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Thu, 10 Dec 2020 10:43:02 -0500 Subject: [PATCH 2/6] Fix margin for stacked emby-button elements --- src/controllers/dashboard/dashboard.html | 4 ++-- src/elements/emby-button/emby-button.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/controllers/dashboard/dashboard.html b/src/controllers/dashboard/dashboard.html index 58f0480c57..a1fb68c2bc 100644 --- a/src/controllers/dashboard/dashboard.html +++ b/src/controllers/dashboard/dashboard.html @@ -16,10 +16,10 @@
- -
-
-