mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
migration: vue3 TRANSITION_CLASSES
This commit is contained in:
parent
f1cbc360c7
commit
cc98de76b5
1 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ main {
|
||||||
.animated {
|
.animated {
|
||||||
transition: all 0.15s ease-in-out;
|
transition: all 0.15s ease-in-out;
|
||||||
}
|
}
|
||||||
.slide-left-enter,
|
.slide-left-enter-from,
|
||||||
.slide-right-leave-active {
|
.slide-right-leave-active {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -235,7 +235,7 @@ main {
|
||||||
transform: translate(100vw, 0);
|
transform: translate(100vw, 0);
|
||||||
}
|
}
|
||||||
.slide-left-leave-active,
|
.slide-left-leave-active,
|
||||||
.slide-right-enter {
|
.slide-right-enter-from {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in a new issue