fix(gallery/sidebar): compact icon-only feedback filter in sidebar (vertical, small) to avoid overflow; use GalleryFilter variant=compact

This commit is contained in:
2025-09-16 09:03:24 +02:00
parent 465f997752
commit ff89f96e31
2 changed files with 43 additions and 3 deletions
@@ -225,6 +225,7 @@ export const GallerySidebar: React.FC<GallerySidebarProps> = ({
likeCount={likeCount}
favoriteCount={favoriteCount}
className="w-full"
variant="compact"
/>
</div>
)}
@@ -328,4 +329,4 @@ export const GallerySidebar: React.FC<GallerySidebarProps> = ({
</>
);
};
};