From a3f5f353b2d48fdaeca76849d2e9a460e8b5fe03 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 31 Oct 2020 16:51:05 +0100 Subject: [PATCH] Simplify touching help text with touch-screen --- style.less | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/style.less b/style.less index 1eccd2c..1373a1a 100755 --- a/style.less +++ b/style.less @@ -270,21 +270,27 @@ input[type=color] { /* Help message */ .helpImg { - width: 20px; - height: 20px; + width: 22px; + height: 22px; margin-bottom: -3px; - margin-left: 5px; + display: inline-block; } .helpButton { - height: 0px; - width: 0px; + height: 22px; + width: 22px; color: @secondaryText; cursor: help; font-size: 0.8em; + display: inline-block; } -.helpContainer .helpContent { +.helpContainer { + display: inline-block; + margin-left: 5px; +} + +.helpContent { position: absolute; transform: scale(0) rotate(-12deg); color: @text;