diff --git a/src/components/Topbar/TopbarFavoritesPop.vue b/src/components/Topbar/TopbarFavoritesPop.vue index cb60ebcd..fb54a971 100644 --- a/src/components/Topbar/TopbarFavoritesPop.vue +++ b/src/components/Topbar/TopbarFavoritesPop.vue @@ -159,11 +159,11 @@ function scrollToTop(element: HTMLElement, duration: number) { >
- + + + diff --git a/src/components/Topbar/TopbarHistoryPop.vue b/src/components/Topbar/TopbarHistoryPop.vue index 8255126b..ee6bb718 100644 --- a/src/components/Topbar/TopbarHistoryPop.vue +++ b/src/components/Topbar/TopbarHistoryPop.vue @@ -398,7 +398,9 @@ function scrollToTop(element: HTMLElement, duration: number) { - + + + diff --git a/src/components/Topbar/TopbarMomentsPop.vue b/src/components/Topbar/TopbarMomentsPop.vue index 3205001a..5d77bfca 100644 --- a/src/components/Topbar/TopbarMomentsPop.vue +++ b/src/components/Topbar/TopbarMomentsPop.vue @@ -420,7 +420,9 @@ function scrollToTop(element: HTMLElement, duration: number) { - + + + diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index c6e7aeaa..ec0ce6a7 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -233,16 +233,6 @@ function setAppAppearance() { --at-apply: opacity-0 transform -translate-y-full; } -.fade-enter-active, -.fade-leave-active { - transition: all 0.5s ease; -} - -.fade-enter-from, -.fade-leave-to { - --at-apply: opacity-0; -} - .dock-wrap { &.left { --at-apply: left-0; @@ -304,3 +294,15 @@ function setAppAppearance() { } } + + diff --git a/src/contentScripts/views/History/History.vue b/src/contentScripts/views/History/History.vue index 18d27a6e..81f389ef 100644 --- a/src/contentScripts/views/History/History.vue +++ b/src/contentScripts/views/History/History.vue @@ -475,10 +475,12 @@ function jumpToLoginPage() { - + + +