mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 19:03:03 +00:00
Lazy fix for active class when viewport is too small for sidebar.
This commit is contained in:
4
docs/_static/style.css
vendored
4
docs/_static/style.css
vendored
@ -496,4 +496,8 @@ div#welcome-to-discord-py > h1 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: transparent;
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user