mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 23:41:52 +08:00
feat: compact mode
This commit is contained in:
@@ -36,7 +36,7 @@ export function CopyableField({ label, value, text }: Readonly<CopyableFieldProp
|
||||
|
||||
return (
|
||||
<div className="flex flex-col gap-1 py-1">
|
||||
<div className="flex items-center justify-between gap-2 h-8">
|
||||
<div className="flex items-center justify-between gap-2 h-6">
|
||||
<Label className="text-sm text-muted-foreground">{label}:</Label>
|
||||
{value && (
|
||||
<CopyToClipboard text={value} onCopy={handleCopy}>
|
||||
|
||||
Reference in New Issue
Block a user