We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e5ed8 commit afe02ebCopy full SHA for afe02eb
templates/rustdoc/topbar.html
@@ -208,7 +208,7 @@
208
</a>
209
210
{# Build the dropdown list showing available targets #}
211
- <ul class="pure-menu-children">
+ <ul class="pure-menu-children" id="platforms">
212
{%- for target in metadata.doc_targets -%}
213
{#
214
The crate-detail page is the only page where we want to allow google to follow
templates/style/_navbar.scss
@@ -341,6 +341,16 @@ div.nav-container {
341
animation: rotating_text 2s linear infinite;
342
}
343
344
+
345
+ #platforms {
346
+ max-height: 75vh;
347
+ overflow-y: auto;
348
349
+ li a {
350
+ overflow-x: hidden;
351
+ text-overflow: ellipsis;
352
+ }
353
354
355
356
#nav-search {
0 commit comments