From bb383edb69e2aaa718dc94147275053005d112e3 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Thu, 7 Oct 2021 09:46:18 -0700 Subject: Move some expansion logic into generation-time, fix section header links, remove ID from line numbers, fix horizontal scrolling on non-expanded elements --- src/librustdoc/html/static/css/rustdoc.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/librustdoc/html/static/css') diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 7ebeffe85dd..820f6a00f20 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1978,12 +1978,16 @@ details.undocumented[open] > summary::before { font-family: 'Fira Sans'; } -.scraped-example:not(.expanded) .code-wrapper pre.line-numbers, -.scraped-example:not(.expanded) .code-wrapper .example-wrap pre.rust { +.scraped-example:not(.expanded) .code-wrapper pre.line-numbers { overflow: hidden; max-height: 240px; } +.scraped-example:not(.expanded) .code-wrapper .example-wrap pre.rust { + overflow-y: hidden; + max-height: 240px; +} + .scraped-example .code-wrapper .prev { position: absolute; top: 0.25em; @@ -2019,7 +2023,7 @@ details.undocumented[open] > summary::before { .scraped-example:not(.expanded) .code-wrapper:before { content: " "; width: 100%; - height: 10px; + height: 5px; position: absolute; z-index: 100; top: 0; @@ -2029,7 +2033,7 @@ details.undocumented[open] > summary::before { .scraped-example:not(.expanded) .code-wrapper:after { content: " "; width: 100%; - height: 10px; + height: 5px; position: absolute; z-index: 100; bottom: 0; -- cgit 1.4.1-3-g733a5