This commit is contained in:
kakkokari-gtyih 2025-10-05 17:54:23 +09:00
parent 5953abe522
commit 5f15dfe1dc
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ onUnmounted(() => {
pointer-events: none;
&.animate {
transition: width 0.15s ease-in, left 0.15s ease-in;
transition: width 0.15s ease, left 0.15s ease;
}
&.tabHighlightUpper {

View File

@ -270,7 +270,7 @@ onUnmounted(() => {
pointer-events: none;
&.animate {
transition: width 0.15s ease-in, left 0.15s ease-in;
transition: width 0.15s ease, left 0.15s ease;
}
}