We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7799962 commit 886b203Copy full SHA for 886b203
apps/frontend/src/components/ui/servers/PanelTerminal.vue
@@ -409,6 +409,6 @@ html.dark-mode .progressive-gradient {
409
.scroll-to-bottom-enter-from,
410
.scroll-to-bottom-leave-to {
411
opacity: 0;
412
- transform: translateY(12px);
+ transform: scale(0.4) translateY(2rem);
413
}
414
</style>
0 commit comments