From 10e83d37957ed632fa9e4e55ecbf7e162e1b1999 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Thu, 22 Jun 2017 22:22:45 +0100 Subject: [PATCH] Aligning items to center for container notification. --- webextension/css/content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webextension/css/content.css b/webextension/css/content.css index f3d764b..6fb2681 100644 --- a/webextension/css/content.css +++ b/webextension/css/content.css @@ -1,4 +1,5 @@ .container-notification { + align-items: center; background: #33f70c; color: #003f07; display: flex;