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:
parent
30d8a0406d
commit
112e8aeaa0
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue