From 9fdd072583ad5344465ab8f85cbb2b40e5af4470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Fri, 18 Nov 2022 11:09:24 +0000 Subject: [PATCH] feat: small tune in help panel --- frontends/web/react/components/help/help.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontends/web/react/components/help/help.css b/frontends/web/react/components/help/help.css index ae74ede5..5a834b6c 100644 --- a/frontends/web/react/components/help/help.css +++ b/frontends/web/react/components/help/help.css @@ -7,18 +7,20 @@ } .help > ul > li { - margin: 10px 0px 4px 0px; + margin: 12px 0px 12px 0px; } .help > ul .key-container { display: inline-block; min-width: 86px; + margin-right: 18px; + text-align: right; } .help > ul .key { - border: 1px solid #ffffff; + border: 2px solid #ffffff; display: inline-block; - padding: 0px 6px 0px 6px; + padding: 1px 8px 1px 8px; border-radius: 6px; font-size: 16px; } -- GitLab