mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 11:55:23 +02:00
style: maximize logo size and header for 2x readability
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user