mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 07:12:15 +00:00
[security] Add security number to PeerUI to make verification of peer-to-peer encryption possible.
This commit is contained in:
@@ -304,7 +304,8 @@ x-peer[status] x-icon {
|
||||
}
|
||||
|
||||
.status,
|
||||
.device-name {
|
||||
.device-name,
|
||||
.connection-hash {
|
||||
height: 18px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
@@ -314,6 +315,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...';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user