Fix share button spacing

This commit is contained in:
Sam Becker 2024-08-31 22:23:35 -05:00
parent db77448a63
commit 41ac60c1b9

View File

@ -91,8 +91,8 @@ export default function PhotoHeader({
)}
</span>
<span className={clsx(
'hidden sm:block',
'inline-flex gap-2 self-start',
'hidden sm:inline-flex',
'gap-2 self-start',
'uppercase text-dim',
HIGH_DENSITY_GRID
? 'lg:col-span-2'