From 90a9729177935330d68d25efe268e59483bbec2c Mon Sep 17 00:00:00 2001 From: EOussama Date: Thu, 17 Dec 2020 11:50:55 +0100 Subject: [PATCH] Fixes #1497 --- popup.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/popup.html b/popup.html index 86d0f334c..35e62ec26 100644 --- a/popup.html +++ b/popup.html @@ -58,15 +58,20 @@ opacity: 0.4; } + .flex.guide a::before { + transform: scale(0.8); + } + .icon { - display: inline-block; + display: inline-flex; + flex-direction: column; + align-items: center; position: relative; } .icon:before { content: ""; display: inline-block; - margin-right: 8px; vertical-align: middle; background-repeat: no-repeat; background-size: 33px 33px;