From a9d6a354d783d2c61bfce9e6ffe5a3c7e745a52b Mon Sep 17 00:00:00 2001 From: revealtheweb Date: Tue, 22 Oct 2019 12:47:48 +0100 Subject: [PATCH] fix other syntax error highlited by travis --- src/css/popup.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index 75ddad1..407b7d0 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -756,15 +756,16 @@ span ~ .panel-header-text { color: #fff; display: inline-block; justify-content: center; - padding: 6px 30%; + padding-top: 6px; + padding-bottom: 30%; min-width: 100%; } .exit-edit-mode-link img { block-size: 16px; display: inline; - transform: scaleX(-1); filter: grayscale(100%) brightness(5); + transform: scaleX(-1); inline-size: 16px; margin-inline-end: 5px; vertical-align: bottom;