Set sidenavs max width to leave room if embed width is too small. Closes #35

This commit is contained in:
Jeremy Zhang 2017-08-08 02:31:42 +00:00
parent a1ec940372
commit 1b8da1a5c1

View File

@ -85,6 +85,7 @@ body > div.navbar-fixed > nav > div {
.side-nav { .side-nav {
color: white; color: white;
background-color: #607d8b; background-color: #607d8b;
max-width: 95%;
} }
.side-nav .userView .name { .side-nav .userView .name {