mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added animation for delete first msg in chat
This commit is contained in:
@@ -49,11 +49,18 @@
|
||||
}
|
||||
|
||||
.card__user {
|
||||
margin-top: 24px;
|
||||
margin: 24px 70px 0px 23px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.fade-enter-active, .fade-leave-active {
|
||||
transition: opacity 0.5s, transform 0.5s;
|
||||
}
|
||||
.fade-enter, .fade-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(20px);
|
||||
}
|
||||
|
||||
.user__icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user