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

This commit is contained in:
Rapptz 2017-05-17 20:10:58 -04:00
parent 02d854a99c
commit 026e526817

View File

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