From d291b853075590899df44f8c399f02698c72620f Mon Sep 17 00:00:00 2001 From: Aurora Scharff Date: Mon, 1 Jun 2026 19:54:52 +0200 Subject: [PATCH] Fix Homebrew install command on website --- website/app/globals.css | 7 +++---- website/app/page.tsx | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/website/app/globals.css b/website/app/globals.css index a88d47a..b04ea46 100644 --- a/website/app/globals.css +++ b/website/app/globals.css @@ -260,7 +260,7 @@ button:disabled { backdrop-filter: blur(24px); background: rgba(10, 10, 14, 0.42); border: 1px solid var(--stroke); - border-radius: 999px; + border-radius: 18px; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24); display: flex; gap: 10px; @@ -274,9 +274,8 @@ button:disabled { font-family: "SF Mono", ui-monospace, Menlo, Monaco, Consolas, monospace; font-size: 0.88rem; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + white-space: pre-wrap; + word-break: break-word; } .install button { diff --git a/website/app/page.tsx b/website/app/page.tsx index ffaecee..8006b85 100644 --- a/website/app/page.tsx +++ b/website/app/page.tsx @@ -302,7 +302,7 @@ function compactCount(value: number): string { let nextAnimationId = 0; const installCommand = - "brew install --cask aurorascharff/clicklight/clicklight"; + "brew tap aurorascharff/clicklight https://github.com/aurorascharff/ClickLight\nbrew install --cask aurorascharff/clicklight/clicklight"; // Mirrors Sources/ClickLight/ClickSettingOptions.swift so the submenu shows // the same presets the macOS app does.