Skip to content

Commit 886b203

Browse files
committed
chore: improve s2b button animation
Signed-off-by: Evan Song <theevansong@gmail.com>
1 parent 7799962 commit 886b203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/ui/servers/PanelTerminal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,6 @@ html.dark-mode .progressive-gradient {
409409
.scroll-to-bottom-enter-from,
410410
.scroll-to-bottom-leave-to {
411411
opacity: 0;
412-
transform: translateY(12px);
412+
transform: scale(0.4) translateY(2rem);
413413
}
414414
</style>

0 commit comments

Comments
 (0)