mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
[matrix] collapsible sidebar headings
This commit is contained in:
19
docs/_static/style.css
vendored
19
docs/_static/style.css
vendored
@ -329,6 +329,20 @@ aside h3 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.collapsible-arrow {
|
||||
font-size: 1.5em!important;
|
||||
left: -1.166em;
|
||||
top: 0.25em;
|
||||
user-select: none;
|
||||
position: relative;
|
||||
line-height: 0.5em;
|
||||
}
|
||||
|
||||
.ref-internal-padding {
|
||||
position: relative;
|
||||
left: -20px;
|
||||
}
|
||||
|
||||
#settings-toggle {
|
||||
float: right;
|
||||
}
|
||||
@ -373,6 +387,10 @@ aside .material-icons,
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
#sidebar li.no-list-style {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
#sidebar form {
|
||||
margin: 1em 0;
|
||||
display: flex;
|
||||
@ -1095,6 +1113,7 @@ div.code-block-caption {
|
||||
top: 1em;
|
||||
max-height: calc(100vh - 2em);
|
||||
overflow-y: auto;
|
||||
min-width: max-content;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user