Skip to content

Commit

Permalink
Improve sidebar styles
Browse files Browse the repository at this point in the history
See #114
  • Loading branch information
AA-Turner committed Jan 8, 2024
1 parent ac3b43f commit 6922a16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions alabaster/static/alabaster.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ div.relations {
}
{% endif %}

div.sphinxsidebar {
max-height: 100%;
overflow-y: auto;
}

div.sphinxsidebar a {
color: {{ theme_sidebar_link }};
text-decoration: none;
Expand Down Expand Up @@ -210,6 +215,14 @@ div.sphinxsidebar input {
font-size: 1em;
}

div.sphinxsidebar #searchbox input[type="text"] {
width: 160px;
}

div.sphinxsidebar .search > div {
display: table-cell;
}

div.sphinxsidebar hr {
border: none;
height: 1px;
Expand Down

0 comments on commit 6922a16

Please sign in to comment.