mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:53:08 +02:00
🎨
This commit is contained in:
parent
b3d8134c7a
commit
fdb745b4a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue