mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix horizontal jitter on loading screen
This commit is contained in:
committed by
Scott Nonnenberg
parent
e3f2b6b2de
commit
ee97d1a0e0
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user