From 8166d001af330e4f7043c029f7ff86fc7212af31 Mon Sep 17 00:00:00 2001 From: Evan Lucas Date: Thu, 2 Sep 2021 08:48:09 -0500 Subject: [PATCH] fixup! --- doc/api_assets/style.css | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index dffdeba0216133..bde4c44f19935c 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -165,19 +165,6 @@ em code { line-height: 1.5rem; } -#gtoc > ul > li { - display: inline; - border-right: 1px currentColor solid; - margin-right: .4rem; - padding-right: .4rem; -} - -#gtoc > ul > li:last-child { - border-right: none; - margin-right: 0; - padding-right: 0; -} - li.version-picker { position: relative; } @@ -748,6 +735,21 @@ kbd { } } +@media only screen and (min-width: 577px) { + #gtoc > ul > li { + display: inline; + border-right: 1px currentColor solid; + margin-right: .4rem; + padding-right: .4rem; + } + + #gtoc > ul > li:last-child { + border-right: none; + margin-right: 0; + padding-right: 0; + } +} + @media only screen and (max-width: 1024px) { #content { overflow: visible;