From 843811217f4ec5f9a465f2430f2f34e8d53fa257 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 22 Dec 2020 00:50:13 -0500 Subject: [PATCH 1/2] Fix chevron centering on home section titles --- src/assets/css/librarybrowser.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/assets/css/librarybrowser.css b/src/assets/css/librarybrowser.css index 30f2e8d260d..902e1c68aff 100644 --- a/src/assets/css/librarybrowser.css +++ b/src/assets/css/librarybrowser.css @@ -779,6 +779,17 @@ div.itemDetailGalleryLink.defaultCardBackground { height: 23vw; } +.sectionTitleTextButton > .material-icons { + font-size: 1.5em; + margin-bottom: 0.35em; + margin-top: 0; +} + +.layout-mobile .sectionTitleTextButton > .material-icons { + margin-bottom: 0; + padding-top: 0.5em; +} + .itemDetailGalleryLink.defaultCardBackground > .material-icons { font-size: 15vw; margin-top: 50%; From 4434089fadbe5985f197e4fbd6c70a71b50e4cc0 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 22 Dec 2020 14:06:01 -0500 Subject: [PATCH 2/2] Fix chevron centering on dashboard titles --- src/assets/css/dashboard.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/assets/css/dashboard.css b/src/assets/css/dashboard.css index 48e6fe807e1..e0d96414ffe 100644 --- a/src/assets/css/dashboard.css +++ b/src/assets/css/dashboard.css @@ -231,6 +231,13 @@ div[data-role=controlgroup] a.ui-btn-active { margin-bottom: 0.5em; } +.dashboardSection .sectionTitleTextButton > .material-icons.material-icons { + font-size: 1.17em; + margin-top: 0.5em; + margin-bottom: 0.5em; + padding-top: 0; +} + .activeRecordingItems > .card { width: 50%; }