From 1e4b8f387008b4068a85fd493d608b20c5937da7 Mon Sep 17 00:00:00 2001 From: ortiza5 <43008712+ortiza5@users.noreply.github.com> Date: Mon, 15 Mar 2021 01:50:14 -0600 Subject: [PATCH] Give larger hover area for showing "add hotkey" button --- css/options.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/css/options.css b/css/options.css index e9e6c63..26e0c5a 100644 --- a/css/options.css +++ b/css/options.css @@ -59,12 +59,11 @@ h2 { .setting { display: flex; - justify-content: space-between; - padding: 1px; font-size: 12px; font-weight: 400; position: relative; flex-wrap: wrap; + height: 2.7rem; } .setting-description { @@ -83,8 +82,8 @@ h2 { } hr { - margin-top: 1rem; - margin-bottom: 1rem; + margin-top: 2px; + margin-bottom: 2px; border: 0; border-top: 1px solid #3e4852; box-sizing: content-box; @@ -121,7 +120,7 @@ hr { } .hotkeys { - margin: 0 4px; + margin: auto 4px; } .hotkeys .btn-text {