Lazy fix for active class when viewport is too small for sidebar.
This commit is contained in:
parent
02d854a99c
commit
026e526817
4
docs/_static/style.css
vendored
4
docs/_static/style.css
vendored
@ -496,4 +496,8 @@ div#welcome-to-discord-py > h1 {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active {
|
||||||
|
background-color: transparent;
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user