mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-27 10:16:16 -04:00
Combine browser name and unique name
This commit is contained in:
parent
6044103bfc
commit
7469086cda
3 changed files with 51 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue