From 03623e91efaf7e998eeb23ffe43cf981f5d7d686 Mon Sep 17 00:00:00 2001 From: ortiza5 <43008712+ortiza5@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:18:37 -0600 Subject: [PATCH] Allow hotkeys to wrap if necessary --- css/options.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/options.css b/css/options.css index c879860..c4918fa 100644 --- a/css/options.css +++ b/css/options.css @@ -63,7 +63,7 @@ h2 { font-weight: 400; position: relative; flex-wrap: wrap; - height: 2.7rem; + justify-content: flex-end; } .setting-description { @@ -120,7 +120,7 @@ hr { } .hotkeys { - margin: auto 4px; + margin: 7px 4px; } .hotkeys .btn-text { @@ -133,7 +133,7 @@ hr { .btn-enter { background-color: #00b1e2; - margin: auto 4px; + margin: 7px 4px; } .reset-area { @@ -209,7 +209,7 @@ hr { .addHotkey { opacity: 0; - margin: auto 4px; + margin: 7px 4px; transition: opacity 0.4s ease-out; }