|
@@ -354,7 +354,7 @@ export function SessionHeader() {
|
|
|
<div class="flex h-[24px] box-border items-center rounded-md border border-border-weak-base bg-surface-panel overflow-hidden">
|
|
<div class="flex h-[24px] box-border items-center rounded-md border border-border-weak-base bg-surface-panel overflow-hidden">
|
|
|
<Button
|
|
<Button
|
|
|
variant="ghost"
|
|
variant="ghost"
|
|
|
- class="rounded-none h-full py-0 pr-3 pl-0.5 gap-2 border-none shadow-none"
|
|
|
|
|
|
|
+ class="rounded-none h-full py-0 pr-2 pl-0.5 gap-1.5 border-none shadow-none"
|
|
|
onClick={copyPath}
|
|
onClick={copyPath}
|
|
|
aria-label={language.t("session.header.open.copyPath")}
|
|
aria-label={language.t("session.header.open.copyPath")}
|
|
|
>
|
|
>
|