Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 12, 2023
1 parent b3d8134 commit fdb745b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkUserPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ onMounted(() => {

<style lang="scss" scoped>
.popup-enter-active, .popup-leave-active {
transition: opacity 0.3s, transform 0.3s !important;
transition: opacity 0.15s, transform 0.15s !important;
}
.popup-enter-from, .popup-leave-to {
opacity: 0;
Expand Down

0 comments on commit fdb745b

Please sign in to comment.