diff --git a/app/soapbox/components/still-image.tsx b/app/soapbox/components/still-image.tsx index 470ea51db..1f4f1a261 100644 --- a/app/soapbox/components/still-image.tsx +++ b/app/soapbox/components/still-image.tsx @@ -47,35 +47,33 @@ const StillImage: React.FC = ({ alt, className, src, style, letterb return (
-
- {alt} + + {hoverToPlay && ( + + )} - {hoverToPlay && ( - - )} - - {(hoverToPlay && showExt) && ( -
- -
- )} -
+ {(hoverToPlay && showExt) && ( +
+ +
+ )}
); }; diff --git a/app/soapbox/components/ui/card/card.tsx b/app/soapbox/components/ui/card/card.tsx index 59f6ee1bc..a2d181e3a 100644 --- a/app/soapbox/components/ui/card/card.tsx +++ b/app/soapbox/components/ui/card/card.tsx @@ -33,7 +33,7 @@ const Card = React.forwardRef(({ children, variant = 'def ref={ref} {...filteredProps} className={classNames({ - 'bg-white dark:bg-primary-900 text-gray-900 dark:text-gray-100 shadow-lg dark:shadow-none overflow-hidden': variant === 'rounded', + 'bg-white dark:bg-primary-900 text-gray-900 dark:text-gray-100 shadow-lg dark:shadow-none overflow-hidden isolate': variant === 'rounded', [sizes[size]]: variant === 'rounded', }, className)} > diff --git a/app/soapbox/features/account/components/header.tsx b/app/soapbox/features/account/components/header.tsx index ef41e9ccf..d3d7865b6 100644 --- a/app/soapbox/features/account/components/header.tsx +++ b/app/soapbox/features/account/components/header.tsx @@ -551,13 +551,12 @@ const Header: React.FC = ({ account }) => { )}
-
+
{account.header && ( )} diff --git a/app/soapbox/features/ui/components/user-panel.tsx b/app/soapbox/features/ui/components/user-panel.tsx index 8f0fbf517..918d94efd 100644 --- a/app/soapbox/features/ui/components/user-panel.tsx +++ b/app/soapbox/features/ui/components/user-panel.tsx @@ -36,13 +36,9 @@ const UserPanel: React.FC = ({ accountId, action, badges, domain })
-
+
{header && ( - + )}