This commit is contained in:
end-4
2024-01-27 00:31:58 +07:00
parent 23514b666c
commit f7dcbfdb85
3 changed files with 4 additions and 8 deletions
-2
View File
@@ -139,12 +139,10 @@ $elevation_margin: 0.476rem;
}
@mixin fluent_decel {
// Used for small transitions, as this looks clear
transition: 200ms cubic-bezier(0.1, 1, 0, 1);
}
@mixin fluent_decel_long {
// Used for small transitions, as this looks clear
transition: 1000ms cubic-bezier(0.1, 1, 0, 1);
}
+1 -1
View File
@@ -524,7 +524,7 @@ $onChatgpt: $onPrimary;
}
.sidebar-chat-wrapper {
@include element_easeInOut;
transition: 400ms cubic-bezier(0.1, 1, 0, 1);
}
.sidebar-chat-wrapper-extended {