mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Add style to flyout container
This commit is contained in:
parent
d91128cd7c
commit
9684071b09
@ -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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user