From b58473b3666f6cf20dd39872f9b1bc782dc86b01 Mon Sep 17 00:00:00 2001 From: dkanada Date: Thu, 29 Aug 2019 14:53:43 -0700 Subject: [PATCH] use same css rules for section tabs (#422) --- src/css/librarybrowser.css | 21 +++------------------ src/strings/en-us.json | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/src/css/librarybrowser.css b/src/css/librarybrowser.css index f0f3cb9b23..39d7025533 100644 --- a/src/css/librarybrowser.css +++ b/src/css/librarybrowser.css @@ -230,7 +230,6 @@ } @media all and (min-width:40em) { - .dashboardDocument .adminDrawerLogo, .dashboardDocument .mainDrawerButton { display: none !important @@ -252,21 +251,11 @@ margin-top: 5em !important } - .dashboardDocument withSectionTabs .mainDrawer-scrollContainer { - margin-top: 8.7em !important - } - .dashboardDocument .skinBody { left: 20em } } -@media all and (min-width:40em) and (max-width:84em) { - .dashboardDocument.withSectionTabs .mainDrawer-scrollContainer { - margin-top: 8.4em !important - } -} - @media all and (max-width:60em) { .libraryDocument .mainDrawerButton { display: none @@ -275,11 +264,11 @@ @media all and (max-width:84em) { .withSectionTabs .headerTop { - padding-bottom: .2em + padding-bottom: 0.2em; } .sectionTabs { - font-size: 83.5% + font-size: 83.5%; } } @@ -315,12 +304,8 @@ top: 5.7em !important } - .dashboardDocument.withSectionTabs .mainDrawer-scrollContainer { - margin-top: 6.1em !important - } - .dashboardDocument .mainDrawer-scrollContainer { - margin-top: 6.3em !important + margin-top: 6em !important; } } diff --git a/src/strings/en-us.json b/src/strings/en-us.json index ae8226b4fd..e12bac3724 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1347,7 +1347,7 @@ "TabMyPlugins": "My Plugins", "TabNetworks": "Networks", "TabNetworking": "Networking", - "TabNfoSettings": "NFO settings", + "TabNfoSettings": "NFO Settings", "TabNotifications": "Notifications", "TabOther": "Other", "TabParentalControl": "Parental Control",