From ee97d1a0e05c78bb36d619dcd8ce323985f8f1b2 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 10 Feb 2021 16:41:57 -0600 Subject: [PATCH] Fix horizontal jitter on loading screen --- stylesheets/_global.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index b8b1fff9d0..f373f55a66 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -319,12 +319,12 @@ $loading-height: 16px; background-color: $ultramarine-brand-light; color: $color-white; display: flex; - align-items: center; + flex-direction: column; + align-items: stretch; + justify-content: center; user-select: none; .content { - margin-left: auto; - margin-right: auto; text-align: center; } .container { @@ -336,6 +336,8 @@ $loading-height: 16px; .message { -webkit-user-select: text; max-width: 35em; + margin-left: auto; + margin-right: auto; } .dot {