From d43c5874f25fc47c8da2eb6e24433c5788e7a2d9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 28 Sep 2016 03:51:58 -0400 Subject: [PATCH] fix categories --- .../emby-webcomponents/guide/guide.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css index ae3897dfa1..6ddab18f74 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css +++ b/dashboard-ui/bower_components/emby-webcomponents/guide/guide.css @@ -370,17 +370,18 @@ .channelsContainer { display: flex; + flex-shrink: 0; } .btnCategories { - margin: 0 .3em !important; + margin: 0 .3em 0 .5em !important; padding: 0 !important; flex-shrink: 0; background: rgba(40, 40, 40, .9); border-radius: 0 !important; - width: 2.8em; + width: 2.6em; font-weight: normal !important; - align-items: flex-start; + position: relative; } .btnCategoriesText { @@ -389,10 +390,10 @@ transform-origin: left; margin-left: 1.2em; letter-spacing: .25em; - /*position: fixed; - top: 20%;*/ + position: absolute; + top: 0; + margin-top: 1em; white-space: nowrap; - margin-top: -10em; } .channelList {