From 43d4192780d0d21de9523b3377b4c92d3607b97b Mon Sep 17 00:00:00 2001 From: Daniel Leedan Date: Mon, 3 Aug 2020 08:11:36 +0800 Subject: [PATCH] Fix tooltip + minor improvements --- css/custom.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 4f031edb..e5d28f19 100644 --- a/css/custom.css +++ b/css/custom.css @@ -3210,6 +3210,10 @@ footer { display:none; } +.mobile-only .nopadding { + padding: 0; +} + @media only screen and (max-width: 75rem) { .desktop-only { @@ -4716,9 +4720,18 @@ input.accordion[type=radio]:checked + label::after { .tab-content p { margin: 1rem 0; } +} + +@media only screen and (max-width: 62rem) { + [data-tooltip]:before { - width: 0; + width: auto; + bottom: 100%; +} + +.downloads ul.logo { + padding-inline-start: 20px; } }