diff --git a/browse/src/cookie-picker-ui.ts b/browse/src/cookie-picker-ui.ts index 70faa562..03089b08 100644 --- a/browse/src/cookie-picker-ui.ts +++ b/browse/src/cookie-picker-ui.ts @@ -46,6 +46,15 @@ export function getCookiePickerHTML(serverPort: number, authToken?: string): str font-family: 'SF Mono', 'Fira Code', monospace; } + .subtitle { + padding: 10px 24px 12px; + font-size: 13px; + color: #999; + line-height: 1.5; + border-bottom: 1px solid #222; + background: #0f0f0f; + } + /* ─── Layout ──────────────────────────── */ .container { display: flex; @@ -300,6 +309,8 @@ export function getCookiePickerHTML(serverPort: number, authToken?: string): str localhost:${serverPort} +
Select the domains of cookies you want to import to GStack Browser. You'll be able to browse those sites with the same login as your other browser.
+