From 4d3033f17c4eec607b8e48cad0f73ce3d85a8af3 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 5 Oct 2017 16:36:23 -0400 Subject: [PATCH] alignment fixes for firefox sidebar --- src/popup/less/pages.less | 13 +++++++++++++ src/popup/less/plugins.less | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/src/popup/less/pages.less b/src/popup/less/pages.less index fefe434571..e6d097cd47 100644 --- a/src/popup/less/pages.less +++ b/src/popup/less/pages.less @@ -20,6 +20,10 @@ width: 270px; display: block; } + + p { + text-align: inherit; + } } .home-page { @@ -36,6 +40,7 @@ p { font-size: 18px; + text-align: inherit; } a.settings-icon { @@ -68,6 +73,10 @@ display: block; margin: 0 auto; } + + p { + text-align: inherit; + } } .two-factor-key-page { @@ -78,6 +87,10 @@ margin-left: auto; margin-right: auto; } + + p { + text-align: inherit; + } } .bottom-buttons { diff --git a/src/popup/less/plugins.less b/src/popup/less/plugins.less index ebc30fc56b..cc80e5a6d2 100644 --- a/src/popup/less/plugins.less +++ b/src/popup/less/plugins.less @@ -117,6 +117,10 @@ background-color: @brand-warning !important; } + .sa-button-container { + text-align: inherit; + } + button { border-radius: 0; -webkit-border-radius: 0;