tweaking minor stuff

This commit is contained in:
2026-06-01 17:37:12 -06:00
parent db2ddadff3
commit 8ad6132dfa
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -68,6 +68,8 @@ const classes = computed(() => [
.alert-fade-leave-active {
transition: opacity 0.2s ease, transform 0.2s ease, max-height 0.25s ease;
overflow: hidden;
/* Must be a numeric value — CSS cannot transition from 'auto' to 0 */
max-height: 200px;
}
.alert-fade-leave-to {
opacity: 0;
-3
View File
@@ -23,9 +23,6 @@ const statusClass = {
cancelled: 'bg-danger/10 text-danger',
}
const gradientProgress = (value, gradient) => ({
width: `${value}%`,
})
</script>
<template>