mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
revert(Footer): 回滚9284d48 Footer.vue
This commit is contained in:
@@ -328,7 +328,6 @@ const showDynamicButton = computed(() => {
|
|||||||
block-size: auto;
|
block-size: auto;
|
||||||
inline-size: auto;
|
inline-size: auto;
|
||||||
min-block-size: 0;
|
min-block-size: 0;
|
||||||
max-width: 60px; // 限制最大宽度以便动画
|
|
||||||
|
|
||||||
.footer-card-content {
|
.footer-card-content {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@@ -359,12 +358,14 @@ const showDynamicButton = computed(() => {
|
|||||||
transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
|
transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-slide-enter-from,
|
.fade-slide-enter-from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateX(20px);
|
||||||
|
}
|
||||||
|
|
||||||
.fade-slide-leave-to {
|
.fade-slide-leave-to {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateX(20px);
|
transform: translateX(20px);
|
||||||
max-width: 0;
|
|
||||||
margin-inline-start: 0 !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fade-in {
|
@keyframes fade-in {
|
||||||
|
|||||||
Reference in New Issue
Block a user