Tweak styles on key verification view
// FREEBIE
This commit is contained in:
parent
b57f26bac4
commit
d24eaa655a
4 changed files with 21 additions and 6 deletions
|
@ -239,9 +239,11 @@
|
|||
{{ ^their_key }}
|
||||
<div class='placeholder'>{{ their_key_unknown }}</div>
|
||||
{{ /their_key }}
|
||||
<div class='key'>
|
||||
{{ #their_key }} <span>{{ . }}</span> {{ /their_key }}
|
||||
</div>
|
||||
{{ #has_their_key }}
|
||||
<div class='key'>
|
||||
{{ #their_key }} <span>{{ . }}</span> {{ /their_key }}
|
||||
</div>
|
||||
{{ /has_their_key }}
|
||||
<p> {{yourIdentity}} </p>
|
||||
<div class='key'>
|
||||
{{ #your_key }} <span>{{ . }}</span> {{ /your_key }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue