From 42d0bcd67302b1db999a5102fd4af2fe0ab35398 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Mon, 7 Aug 2017 18:25:01 -0400 Subject: [PATCH] Eliminate popup button ellipsis and fix margins Fixes #140 --- popup/popup.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/popup/popup.css b/popup/popup.css index e481ec39..892755ac 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -29,10 +29,6 @@ input[type=checkbox] { font-style: italic; } -#popup-shortcuts-button { - margin-left: 3px; -} - .checker { display: inline; } @@ -333,20 +329,19 @@ body.blocked .actions > .left-gutter { #popup-options { display: flex; flex-direction: row; - justify-content: space-around; - padding: 1.2em 0; + justify-content: space-between; + padding: 1.2em 1px; } #popup-options button { - margin: 0 2px; - width: 33%; + width: 32%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .firefox #popup-options button { - width: 50%; + width: 49%; } /* confirm */