diff --git a/components/units/MainConverter.tsx b/components/units/MainConverter.tsx index c82a987..fd71886 100644 --- a/components/units/MainConverter.tsx +++ b/components/units/MainConverter.tsx @@ -188,7 +188,7 @@ export default function MainConverter() { {/* Input row */} -
+
{/* Value input */} setInputValue(e.target.value)} placeholder="0" - className="flex-1 min-w-0 bg-transparent border border-border/40 rounded-lg px-3 py-2 text-sm font-mono outline-none focus:border-primary/50 transition-colors placeholder:text-muted-foreground/30 tabular-nums" + className="w-full bg-transparent border border-border/40 rounded-lg px-3 py-2.5 text-base font-mono outline-none focus:border-primary/50 transition-colors placeholder:text-muted-foreground/30 tabular-nums" /> - {/* From unit */} - + {/* Unit selectors + swap */} +
+ {/* From unit */} + - {/* Swap */} - + {/* Swap */} + - {/* To unit */} - + {/* To unit */} + +
{/* Result display */}