Undo css change as i'll fix that in another PR.

Point production to a test server.
pull/91/head
Mikunj 6 years ago
parent 3719a99554
commit 7e21deacc3

@ -1,5 +1,5 @@
{
"serverUrl": "https://textsecure-service.whispersystems.org",
"cdnUrl": "https://cdn.signal.org",
"serverUrl": "http://159.69.22.124:8080",
"cdnUrl": "http://159.69.22.124",
"serverTrustRoot": "BXu6QIKVz5MA8gstzfOgRQGqyLqOwNKHL6INkv3IHWMF"
}

@ -502,12 +502,11 @@ textarea {
}
.full-screen-flow {
position: fixed;
top: 0;
position: absolute;
left: 0;
bottom: 0;
right: 0;
overflow: auto;
top: 0;
bottom: 0;
font-family: roboto-light;
&.overlay {

Loading…
Cancel
Save