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 {
|
||||
transition: all 0.15s ease-in-out;
|
||||
}
|
||||
.slide-left-enter,
|
||||
.slide-left-enter-from,
|
||||
.slide-right-leave-active {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
@ -235,7 +235,7 @@ main {
|
|||
transform: translate(100vw, 0);
|
||||
}
|
||||
.slide-left-leave-active,
|
||||
.slide-right-enter {
|
||||
.slide-right-enter-from {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue