Skip to content

Commit 1f684a6

Browse files
Merge pull request #5168 from nextcloud-libraries/fix/noid/sidebar-transition
[next] fix(NcAppSidebar): adjust animation class names
2 parents e6da105 + e3e93fe commit 1f684a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NcAppSidebar/NcAppSidebar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,12 +1146,12 @@ $top-buttons-spacing: 6px;
11461146
}
11471147
11481148
.slide-right-enter-to,
1149-
.slide-right-leave {
1149+
.slide-right-leave-from {
11501150
min-width: $sidebar-min-width;
11511151
max-width: $sidebar-max-width;
11521152
}
11531153
1154-
.slide-right-enter,
1154+
.slide-right-enter-from,
11551155
.slide-right-leave-to {
11561156
min-width: 0 !important;
11571157
max-width: 0 !important;

0 commit comments

Comments
 (0)