This commit is contained in:
NotSoToothless
2026-05-14 15:49:15 -07:00
committed by GitHub
parent 48ccfc46b7
commit 48a55c444e
+1 -1
View File
@@ -34,9 +34,9 @@
opacity: 0; opacity: 0;
transition: opacity 380ms ease 120ms, transform 380ms cubic-bezier(.2,.9,.25,1) 120ms, filter 220ms ease; transition: opacity 380ms ease 120ms, transform 380ms cubic-bezier(.2,.9,.25,1) 120ms, filter 220ms ease;
} }
#botSwitcher.open .switcher-card { opacity: 1; transform: translateX(0); }
#botSwitcher .switcher-card.card-tss { transform: translateX(-14px); } #botSwitcher .switcher-card.card-tss { transform: translateX(-14px); }
#botSwitcher .switcher-card.card-sre { transform: translateX(14px); } #botSwitcher .switcher-card.card-sre { transform: translateX(14px); }
#botSwitcher.open .switcher-card { opacity: 1; transform: translateX(0); }
.switcher-card-inner { .switcher-card-inner {
flex: 1; flex: 1;
display: flex; display: flex;