ux: Less Caffeine (#9104)

Prevents stress on Roo's hip bones
This commit is contained in:
Bruno Bergher 2025-11-07 18:09:34 +00:00 committed by GitHub
parent 247b06186f
commit ca64953061
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ const RooHero = () => {
})
return (
<div className="pb-4 forced-color-adjust-none">
<div className="pb-4 forced-color-adjust-none group">
<div
style={{
backgroundColor: "var(--vscode-foreground)",
@ -18,7 +18,7 @@ const RooHero = () => {
maskRepeat: "no-repeat",
maskSize: "contain",
}}
className="mx-auto hover:animate-bounce">
className="mx-auto group-hover:animate-bounce translate-y-0 transition-transform duration-500">
<img src={imagesBaseUri + "/roo-logo.svg"} alt="Roo logo" className="h-8 opacity-0" />
</div>
</div>