Improve a bit on the install dialog internal transisions

This commit is contained in:
Johannes Zellner
2025-01-13 13:49:40 +01:00
parent aaab06f21d
commit bffd7c8d24

View File

@@ -215,18 +215,17 @@ defineExpose({
.slide-left-enter-from {
opacity: 0;
transform: translateY(50px);
transform: translateY(30px);
}
.slide-left-leave-to {
opacity: 0;
transform: translateY(-50px);
}
.content {
max-width: 100%;
max-height: 100%;
transition: all 0.2s;
transition: all 0.25s;
}
.step-detail {