mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Set sidenavs max width to leave room if embed width is too small. Closes #35
This commit is contained in:
parent
a1ec940372
commit
1b8da1a5c1
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user