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 @@
+