Skip to content

Commit

Permalink
Position repo info properly
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Nov 28, 2023
1 parent 2af9811 commit ad25a66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions _docs/assets/css/wiremock.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ h4 {
.md-header {
background-color: var(--wm-white);
}

body > div.md-container > nav > div > ul > li:last-child {
position: absolute;
right: 1em;
}
8 changes: 5 additions & 3 deletions _docs_theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,18 @@
{% for nav_item in nav %}
{{ item.render(nav_item) }}
{% endfor %}
</ul>
</div>



<li class="md-tabs__item">
<!-- Repository information -->
{% if config.repo_url %}
<div class="md-header__source" data-md-component="header">
{% include "partials/source.html" %}
</div>
{% endif %}
</li>
</ul>
</div>

</nav>
{% endblock %}

0 comments on commit ad25a66

Please sign in to comment.