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.
This commit is contained in:
infiinte-persistence 2020-12-03 22:55:38 +08:00 committed by Sean Yesmunt
parent 30d8a0406d
commit 112e8aeaa0

View file

@ -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 {