diff --git a/txclient/src/app/components/UserMenu/UserMenu.module.css b/txclient/src/app/components/UserMenu/UserMenu.module.css index e06ec63..6f9bc5b 100644 --- a/txclient/src/app/components/UserMenu/UserMenu.module.css +++ b/txclient/src/app/components/UserMenu/UserMenu.module.css @@ -136,7 +136,10 @@ .assistantMenuItem { display: flex; align-items: center; + flex: 0 0 auto; gap: 15px; + min-height: 59px; + box-sizing: border-box; padding: 14px 20px; margin: 10px 0; border-radius: 12px; @@ -157,9 +160,14 @@ filter: brightness(0) invert(1); /* makes the black SVG white */ } +.assistantMenuItem span { + color: inherit; +} + .assistantMenuItem:hover { transform: scale(1.02); animation: none; + color: white; box-shadow: 0 8px 25px rgba(255, 65, 108, 0.5); }