mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Add entirely untested secondary device init
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
html {
|
||||
margin: 12px 0 0 100px; }
|
||||
margin: 12px 100px 0 100px; }
|
||||
|
||||
h1 {
|
||||
font-size: 30pt;
|
||||
@@ -30,6 +30,16 @@ h2 {
|
||||
font-size: 12pt;
|
||||
font-weight: normal; }
|
||||
|
||||
.left-column {
|
||||
float: left;
|
||||
width: 45%;
|
||||
text-align: center; }
|
||||
|
||||
.right-column {
|
||||
float: right;
|
||||
width: 50%;
|
||||
text-align: center; }
|
||||
|
||||
.hidden {
|
||||
display: none; }
|
||||
|
||||
@@ -37,12 +47,9 @@ h2 {
|
||||
width: 50px;
|
||||
height: 50px; }
|
||||
|
||||
#init-go-single-client {
|
||||
display:block; }
|
||||
|
||||
#phonenumberspan {
|
||||
display: block;
|
||||
margin: .5em auto 1em auto; }
|
||||
|
||||
#countrycode {
|
||||
text-align: right; }
|
||||
text-align: right; }
|
||||
|
||||
Reference in New Issue
Block a user