style: maximize logo size and header for 2x readability

This commit is contained in:
christian.vidal
2026-03-27 18:21:56 +01:00
parent 14dbfc970f
commit 1a6243504e
+3 -3
View File
@@ -12,12 +12,12 @@ interface TopBarProps {
export function TopBar({ stats, onExport, hasData, hasUnsavedChanges, userEmail, onSignOut }: TopBarProps) { export function TopBar({ stats, onExport, hasData, hasUnsavedChanges, userEmail, onSignOut }: TopBarProps) {
return ( return (
<header className="bg-[#020812] border-b border-slate-700/30 h-20 flex items-center justify-between px-8 shrink-0 z-10 shadow-2xl"> <header className="bg-[#020812] border-b border-slate-700/30 h-32 flex items-center justify-between px-10 shrink-0 z-10 shadow-2xl">
<div className="flex items-center -ml-2"> <div className="flex items-center -ml-4">
<img <img
src="https://i.ibb.co/9m7m81gJ/Gemini-Generated-Image-my35f7my35f7my35.png" src="https://i.ibb.co/9m7m81gJ/Gemini-Generated-Image-my35f7my35f7my35.png"
alt="DataCraze" alt="DataCraze"
className="h-14 w-auto object-contain filter drop-shadow-[0_0_8px_rgba(59,130,246,0.3)] contrast-125" className="h-24 w-auto object-contain filter brightness-125 contrast-110"
/> />
</div> </div>