Merge pull request #2392 from urbit/mp/os1/launch-pad

eyre: remove padding from 'access' input
This commit is contained in:
Logan 2020-03-03 18:31:09 -08:00 committed by GitHub
commit 75a702c5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:41dcebff628fa80e316b64e38309b703cc459518e50fc6b845a52569a5d35f10 oid sha256:c530047e7210f68498940374e3f1679a0cf7ae1722d159ca172a7359459a9cdc
size 10775767 size 10870523

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2105b8e617f7e17a9f70f086e6ee30588002ea4cc846a7cb9a371eebef5e2afa oid sha256:1362758ea72a8dfa41a2a283b8cb881e7603e3aad047344cc2b2a3331cb4d52a
size 13200641 size 13298466

View File

@ -429,9 +429,6 @@
.tr { .tr {
text-align: right; text-align: right;
} }
.pt1 {
padding-top: 0.25rem;
}
.pb2 { .pb2 {
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
} }
@ -490,7 +487,7 @@
;p:"Urbit ID" ;p:"Urbit ID"
;input(value "{(scow %p our)}", disabled "true", class "mono"); ;input(value "{(scow %p our)}", disabled "true", class "mono");
;p:"Access Key" ;p:"Access Key"
;p.f9.gray2.pt1 ;p.f9.gray2
; Get key from Bridge, or ; Get key from Bridge, or
;span.mono.pr1:"+code" ;span.mono.pr1:"+code"
; in dojo ; in dojo