aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-17 20:10:58 -0400
committerRapptz <[email protected]>2017-05-17 20:10:58 -0400
commit026e526817ab069b73af3211023fb2823e7bca3c (patch)
tree55f87883f1a7b69c48dbe372ae5ae35688930d56 /docs/_static
parentFix format string in new bot template. (diff)
downloaddiscord.py-026e526817ab069b73af3211023fb2823e7bca3c.tar.xz
discord.py-026e526817ab069b73af3211023fb2823e7bca3c.zip
Lazy fix for active class when viewport is too small for sidebar.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 9afc6f31..ccbb6af9 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -496,4 +496,8 @@ div#welcome-to-discord-py > h1 {
color: #fff;
}
+ .active {
+ background-color: transparent;
+ border-left: none;
+ }
}