Merge pull request #1709 from lbryio/patch-1705

fix: increase sidebar width on large screens (#1705)
This commit is contained in:
Jeremy Kauffman 2018-07-02 12:58:49 -04:00 committed by GitHub
commit b1127c51c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,10 @@
border: solid 1px var(--color-divider);
margin: $spacing-vertical $spacing-vertical * 2/3;
}
@media (min-width: $large-breakpoint) {
width: calc(var(--side-nav-width) * 1.1);
}
}
// Sidebar links