mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-14 10:35:27 +01:00
Fix-navigation-spacing (#3928)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
a80e7de578
commit
a78c7e84f7
@ -303,6 +303,24 @@ div.body p, div.body dd, div.body li {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h3 {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
div.sphinxsidebar li {
|
||||
line-height: 1.5;
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
div.sphinxsidebar input {
|
||||
font-family: "Instrument Sans", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
|
||||
}
|
||||
|
||||
.pagefind-ui__form {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
||||
img.logo {
|
||||
content: url("/_static/logo-text-on-light.svg");
|
||||
}
|
||||
|
@ -37,7 +37,7 @@
|
||||
<ul class="breadcrumbs">
|
||||
{% if parents|length > 0 %}
|
||||
{%- for doc in parents %}
|
||||
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> ➔</li>
|
||||
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> ▸</li>
|
||||
{%- endfor %}
|
||||
<li>{{title}}</li>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user