From 112e8aeaa07a3d40f0b361f5f4222c99c08cf1ce Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Thu, 3 Dec 2020 22:55:38 +0800 Subject: [PATCH] Sidebar: left-justify "followed channels" in lbry.tv ## Issue 5094: Followed Channel list mistakenly centered on smaller screens? ## Changes Copied the fix from the Odysee branch. --- ui/scss/component/_navigation.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/scss/component/_navigation.scss b/ui/scss/component/_navigation.scss index d46c04311..db974773b 100644 --- a/ui/scss/component/_navigation.scss +++ b/ui/scss/component/_navigation.scss @@ -65,7 +65,11 @@ } .navigation__secondary { - margin-top: var(--spacing-l); + margin-top: var(--spacing-m); + + .button__content { + align-items: flex-start; + } } .navigation__secondary--tags {