diff --git a/background.html b/background.html index 19e1ca226..a5a4e9918 100644 --- a/background.html +++ b/background.html @@ -85,10 +85,12 @@
-
- -

{{ welcomeToSignal }}

-

{{ selectAContact }}

+
+
+ +

{{ welcomeToSignal }}

+

{{ selectAContact }}

+
diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index a53d67d56..ba0b4eb03 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -247,8 +247,16 @@ input.search { .conversation.placeholder { text-align: center; + .container { + position: absolute; + height: 100%; + width: 100%; + display: flex; + justify-content: center; + align-items: center; + } .content { - padding: 100px 36px; + display: inline-block; } h3 {