Browse Source

Lazy fix for active class when viewport is too small for sidebar.

pull/572/head
Rapptz 8 years ago
parent
commit
026e526817
  1. 4
      docs/_static/style.css

4
docs/_static/style.css

@ -496,4 +496,8 @@ div#welcome-to-discord-py > h1 {
color: #fff;
}
.active {
background-color: transparent;
border-left: none;
}
}

Loading…
Cancel
Save