هذا الالتزام موجود في:
Your Name
2025-10-13 05:46:38 -04:00
الأصل d1ff73456d
التزام 117a639fe3
3 ملفات معدلة مع 5 إضافات و5 حذوفات

عرض الملف

@@ -460,9 +460,9 @@ export default function DashboardGrid() {
<div className="flex flex-col px-2 sm:px-4">
<div className="flex items-center gap-2">
<span className="text-xl sm:text-2xl font-bold">{value}</span>
{extra && <span className="text-lg text-gray-400 ">{extra}</span>}
<div className="flex items-center gap-1">
<span className="text-xl sm:text-3xl font-semibold">{value}</span>
{extra && <span className="text-lg text-gray-400 font-medium ">{extra}</span>}
{tooltipText && <div className="relative w-[10%]"
onMouseEnter={() => {

عرض الملف

@@ -166,7 +166,7 @@ function Portfolio() {
</div>
</td>
<td className='w-full text-[#4285F4] hover:text-[#1e40af] font-medium' title={row.title}>
<td className='w-full text-[#4C60E5] hover:text-[#1e40af] font-normal leading-5 text-md' title={row.title}>
<div className='truncate max-w-[250px] sm:max-w-[400px] whitespace-pre-wrap underline py-1 cursor-pointer text-sm'>{row.title}</div>
</td>
<td className='py-3 px-2 sm:px-4 text-center w-16 sm:w-20 font-semibold text-gray-700 text-sm'>{row.DR}</td>