1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

dropping audio attaches

This commit is contained in:
Fedor Katurov 2019-11-01 16:47:04 +07:00
parent 5a46bef7ca
commit cfeafcdc04
3 changed files with 59 additions and 19 deletions

View file

@ -109,3 +109,24 @@
min-width: 10px;
transition: width 0.5s;
}
.drop {
width: 24px;
height: 24px;
background: #222222;
position: absolute;
right: 10px;
top: 10px;
border-radius: 12px;
z-index: 2;
transition: background-color 250ms, opacity 0.25s;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
svg {
width: 20px;
height: 20px;
}
}