mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
Merge pull request #2392 from urbit/mp/os1/launch-pad
eyre: remove padding from 'access' input
This commit is contained in:
commit
75a702c5b8
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41dcebff628fa80e316b64e38309b703cc459518e50fc6b845a52569a5d35f10
|
||||
size 10775767
|
||||
oid sha256:c530047e7210f68498940374e3f1679a0cf7ae1722d159ca172a7359459a9cdc
|
||||
size 10870523
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2105b8e617f7e17a9f70f086e6ee30588002ea4cc846a7cb9a371eebef5e2afa
|
||||
size 13200641
|
||||
oid sha256:1362758ea72a8dfa41a2a283b8cb881e7603e3aad047344cc2b2a3331cb4d52a
|
||||
size 13298466
|
||||
|
@ -429,9 +429,6 @@
|
||||
.tr {
|
||||
text-align: right;
|
||||
}
|
||||
.pt1 {
|
||||
padding-top: 0.25rem;
|
||||
}
|
||||
.pb2 {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
@ -490,7 +487,7 @@
|
||||
;p:"Urbit ID"
|
||||
;input(value "{(scow %p our)}", disabled "true", class "mono");
|
||||
;p:"Access Key"
|
||||
;p.f9.gray2.pt1
|
||||
;p.f9.gray2
|
||||
; Get key from Bridge, or
|
||||
;span.mono.pr1:"+code"
|
||||
; in dojo
|
||||
|
Loading…
Reference in New Issue
Block a user