From 5e21da75023bb39fa068af4f5de500ce3ecd3f14 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 2 Feb 2016 09:51:45 -0500 Subject: [PATCH] minor css adjustments --- src/css/popup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index d4b0b0f7a..330cd4fcb 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -176,12 +176,12 @@ body.off #switch .fa { #extraTools > span { cursor: pointer; font-size: 18px; - margin: 0 0.5em; + margin: 0 0.45em; position: relative; } #extraTools > span > span.badge { color: #222; - bottom: 0; + bottom: -1px; font: 10.5px sans-serif; position: absolute; }