[security] Add security number to PeerUI to make verification of peer-to-peer encryption possible.

This commit is contained in:
schlagmichdoch 2023-02-16 02:19:14 +01:00
parent e9b23bfdb0
commit c5d0eaa034
9 changed files with 131 additions and 23 deletions

View file

@ -313,7 +313,8 @@ x-peer[status] x-icon {
}
.status,
.device-name {
.device-name,
.connection-hash {
height: 18px;
opacity: 0.7;
}
@ -323,6 +324,11 @@ x-peer[status] x-icon {
white-space: nowrap;
}
.connection-hash {
font-size: 12px;
white-space: nowrap;
}
x-peer[status=transfer] .status:before {
content: 'Transferring...';
}
@ -389,22 +395,17 @@ footer .logo {
footer .font-body2 {
color: var(--primary-color);
text-underline-position: under;
margin: auto 18px;
}
#on-this-network {
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: var(--primary-color);
text-decoration-thickness: 4px;
border-bottom: solid 4px var(--primary-color);
padding-bottom: 1px;
}
#paired-devices {
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: var(--paired-device-color);
text-decoration-thickness: 4px;
border-bottom: solid 4px var(--paired-device-color);
padding-bottom: 1px;
}
/* Dialog */