mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 07:51:12 -05:00
Fix: Adjust image height in list views
This commit is contained in:
@@ -44,7 +44,7 @@ export function RideListView({ rides, onRideClick }: RideListViewProps) {
|
||||
<CardContent className="p-0">
|
||||
<div className="flex flex-col sm:flex-row">
|
||||
{/* Image */}
|
||||
<div className="w-full sm:w-40 h-40 md:w-48 md:h-40 flex-shrink-0 relative overflow-hidden">
|
||||
<div className="w-full h-40 sm:w-40 sm:h-auto md:w-48 flex-shrink-0 self-stretch relative overflow-hidden">
|
||||
{ride.card_image_url ? (
|
||||
<>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user