Combine browser name and unique name

This commit is contained in:
RobinLinus 2020-12-19 21:05:48 +01:00
parent 6044103bfc
commit 7469086cda
3 changed files with 51 additions and 9 deletions

View file

@ -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;
}