diff options
| author | Michael Howell <michael@notriddle.com> | 2022-04-30 13:05:40 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-05-05 09:37:29 -0700 |
| commit | 6c8a2d4715ffc5e8ce8b1aec613c091f0198eaea (patch) | |
| tree | 936ead8daf56546f012fef23ff31158846274fdc /src/librustdoc/html/static/css | |
| parent | a7d6768e3b60209d4195c822ea3247482909b604 (diff) | |
| download | rust-6c8a2d4715ffc5e8ce8b1aec613c091f0198eaea.tar.gz rust-6c8a2d4715ffc5e8ce8b1aec613c091f0198eaea.zip | |
rustdoc: when running a function-signature search, tweak the tab bar
Diffstat (limited to 'src/librustdoc/html/static/css')
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 81c12be8e83..9999c688607 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -1333,6 +1333,11 @@ pre.rust { border-top: 2px solid; } +#titles > button:first-child:last-child { + margin-right: 1px; + width: calc(100% - 1px); +} + #titles > button:not(:last-child) { margin-right: 1px; width: calc(33.3% - 1px); |
