Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sphinx_rtd_theme/static/css/theme.css

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions src/sass/_theme_badge.sass
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
&.rst-active-old-version
background-color: $yellow
color: $black
&.shift-up
height: auto
max-height: 100%
overflow-y: scroll
&.shift-up .rst-other-versions
display: block
overflow-y: hidden
max-height: 90vh
+media(max-height 410px)
max-height: 80vh
&:hover
overflow-y: auto
.rst-other-versions
font-size: 90%
padding: $base-line-height / 2
Expand Down