mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
remove global fade
This commit is contained in:
parent
f104974dce
commit
76d520762f
1 changed files with 0 additions and 34 deletions
|
|
@ -1265,23 +1265,6 @@ body.initial-session-load .session-flex-responsive > session-card:nth-child(n +
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fade-in {
|
|
||||||
from {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes fade-out {
|
|
||||||
from {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Black hole collapse animation for session removal */
|
/* Black hole collapse animation for session removal */
|
||||||
@keyframes black-hole-collapse {
|
@keyframes black-hole-collapse {
|
||||||
|
|
@ -1446,23 +1429,6 @@ body.initial-session-load .session-flex-responsive > session-card:nth-child(n +
|
||||||
animation-name: fade-in;
|
animation-name: fade-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fade-out {
|
|
||||||
0% {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes fade-in {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Disable morphing animations for sidebar elements */
|
/* Disable morphing animations for sidebar elements */
|
||||||
.sidebar-header {
|
.sidebar-header {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue