Skip to content

Commit

Permalink
Fix horizontal jitter on loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal authored and scottnonnenberg-signal committed Feb 10, 2021
1 parent e3f2b6b commit ee97d1a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions stylesheets/_global.scss
Expand Up @@ -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 {
Expand All @@ -336,6 +336,8 @@ $loading-height: 16px;
.message {
-webkit-user-select: text;
max-width: 35em;
margin-left: auto;
margin-right: auto;
}

.dot {
Expand Down

0 comments on commit ee97d1a

Please sign in to comment.