mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 07:04:53 +08:00
Combine browser name and unique name
This commit is contained in:
@@ -256,7 +256,7 @@ x-peer[transfer] x-icon {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.status {
|
||||
.status, .device-name {
|
||||
height: 18px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
@@ -265,6 +265,11 @@ x-peer[transfer] .status:before {
|
||||
content: 'Transferring...';
|
||||
}
|
||||
|
||||
x-peer:not([transfer]) .status,
|
||||
x-peer[transfer] .device-name{
|
||||
display: none;
|
||||
}
|
||||
|
||||
x-peer x-icon {
|
||||
animation: pop 600ms ease-out 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user