Add style to flyout container

This commit is contained in:
Manuel Kaufmann 2025-01-20 15:16:48 +01:00
parent d91128cd7c
commit 9684071b09
3 changed files with 5 additions and 2 deletions

View File

@ -159,7 +159,7 @@
{%- if READTHEDOCS and theme_flyout_display == "attached" %}
<div class="readthedocs-flyout-container">
<readthedocs-flyout position="inline"></readthedocs-flyout>
<readthedocs-flyout position="top inline"></readthedocs-flyout>
</div>
{%- endif %}
</nav>

File diff suppressed because one or more lines are too long

View File

@ -404,6 +404,9 @@ footer
margin-top: 12px
+clearfix
.readthedocs-flyout-container
width: calc(100% - 1rem)
#search-results
.search li
margin-bottom: $base-line-height