chore: minor ui improvements

This commit is contained in:
Liyas Thomas
2022-10-20 19:47:17 +05:30
parent a950e08ef1
commit 02d66ee9fd
18 changed files with 49 additions and 29 deletions

View File

@@ -91,6 +91,17 @@ body {
@apply translate-x-full;
}
.bounce-enter-active,
.bounce-leave-active {
@apply transition;
}
.bounce-enter-from,
.bounce-leave-to {
@apply transform;
@apply scale-95;
}
.svg-icons {
@apply flex-shrink-0;
@apply overflow-hidden;