+
{props.emptyMessage ?? defaultEmptyMessage()}
diff --git a/apps/desktop/src/routes/(window-chrome)/new-main/TargetTypeButton.tsx b/apps/desktop/src/routes/(window-chrome)/new-main/TargetTypeButton.tsx
index 6664e1e402..8548b1000f 100644
--- a/apps/desktop/src/routes/(window-chrome)/new-main/TargetTypeButton.tsx
+++ b/apps/desktop/src/routes/(window-chrome)/new-main/TargetTypeButton.tsx
@@ -24,7 +24,7 @@ function TargetTypeButton(props: TargetTypeButtonProps) {
disabled={local.disabled}
aria-pressed={local.selected ? "true" : "false"}
class={cx(
- "flex flex-1 flex-col items-center justify-end gap-2 rounded-lg bg-gray-3 py-1.5 text-center transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-9 focus-visible:ring-offset-2 focus-visible:ring-offset-gray-1",
+ "flex flex-1 flex-col items-center justify-center gap-3 rounded-lg bg-gray-3 py-6 text-center transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-9 focus-visible:ring-offset-2 focus-visible:ring-offset-gray-1 min-h-0",
local.selected ? "text-gray-12" : "text-gray-12 hover:bg-gray-4",
local.disabled && "pointer-events-none opacity-60",
local.class,
diff --git a/apps/desktop/src/routes/(window-chrome)/new-main/index.tsx b/apps/desktop/src/routes/(window-chrome)/new-main/index.tsx
index aeed303171..f45e2b6e0f 100644
--- a/apps/desktop/src/routes/(window-chrome)/new-main/index.tsx
+++ b/apps/desktop/src/routes/(window-chrome)/new-main/index.tsx
@@ -74,8 +74,8 @@ import TargetTypeButton from "./TargetTypeButton";
function getWindowSize() {
return {
- width: 270,
- height: 256,
+ width: 320,
+ height: 300,
};
}
@@ -195,8 +195,8 @@ function TargetMenuPanel(props: TargetMenuPanelProps & SharedTargetMenuProps) {
props.onBack()}
- class="flex gap-1 items-center rounded-md px-1.5 text-xs
- text-gray-11 transition-opacity hover:opacity-70 hover:text-gray-12
+ class="flex gap-1 items-center rounded-md px-1.5 text-xs
+ text-gray-11 transition-opacity hover:opacity-70 hover:text-gray-12
focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-9 focus-visible:ring-offset-2 focus-visible:ring-offset-gray-1"
>
@@ -631,7 +631,7 @@ function Page() {
exitClass="scale-100"
exitToClass="scale-95"
>
-
+
(displayTriggerRef = el)}
@@ -697,7 +697,7 @@ function Page() {
/>
(windowTriggerRef = el)}