From c155eeb4a757c9dae0459c7229df079130aad91d Mon Sep 17 00:00:00 2001 From: Yamboy1 Date: Sun, 12 Jan 2020 09:11:31 +1300 Subject: [PATCH] Fix popup alignment --- popup/popup.css | 4 ++++ popup/popup.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/popup/popup.css b/popup/popup.css index 64c1964..84820d8 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -3,3 +3,7 @@ body { text-align: center; } +.container { + display: inline-block; + text-align: left; +} diff --git a/popup/popup.html b/popup/popup.html index ce1f9ae..e84161e 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -4,6 +4,7 @@ +
+