news design correction padding 9

This commit is contained in:
alma 2025-04-15 14:32:43 +02:00
parent 9df8bba9ec
commit 5b508eba9f

View File

@ -73,7 +73,7 @@ export function News() {
<CardTitle className="text-lg font-semibold text-gray-800">News</CardTitle> <CardTitle className="text-lg font-semibold text-gray-800">News</CardTitle>
</CardHeader> </CardHeader>
<CardContent className="p-4"> <CardContent className="p-4">
<div className="flex items-center justify-center h-[380px]"> <div className="flex items-center justify-center h-[340px]">
<RefreshCw className="h-5 w-5 animate-spin text-gray-400" /> <RefreshCw className="h-5 w-5 animate-spin text-gray-400" />
</div> </div>
</CardContent> </CardContent>
@ -99,7 +99,7 @@ export function News() {
{error ? ( {error ? (
<p className="text-center text-red-500">{error}</p> <p className="text-center text-red-500">{error}</p>
) : ( ) : (
<div className="space-y-2 h-[380px] overflow-y-auto scrollbar-thin scrollbar-thumb-gray-200 scrollbar-track-transparent"> <div className="space-y-2 h-[340px] overflow-y-auto scrollbar-thin scrollbar-thumb-gray-200 scrollbar-track-transparent">
{news.length === 0 ? ( {news.length === 0 ? (
<p className="text-center text-gray-500">No news available</p> <p className="text-center text-gray-500">No news available</p>
) : ( ) : (