From df1b9a8584bf273fb807bae2d9dd55833aee5964 Mon Sep 17 00:00:00 2001 From: Vitaly _Vi Shukela Date: Tue, 20 Feb 2018 22:46:24 +0300 Subject: [PATCH] =?UTF-8?q?rustdoc:=20On=20mobile:=20hide=20=C2=A7,=20adju?= =?UTF-8?q?st=20[+]=20position?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/librustdoc/html/static/rustdoc.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index b8a7909201b..e8d2ca63e49 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -908,7 +908,7 @@ span.since { } .anchor { - left: -5px; + display: none !important; } } @@ -1051,7 +1051,11 @@ h4 > .important-traits { } .collapse-toggle { - left: -17px; + left: -20px; + } + + .impl > .collapse-toggle { + left: -10px; } }