Skip to content

Commit 2278c4f

Browse files
committed
Shortened menu header ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent 8ab9ee3 commit 2278c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starters/chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ChatGPT Extension",
44
"short_name": "ChatGPT 🧩",
55
"description": "A Chromium extension template to start using chatgpt.js like a boss!",
6-
"version": "2025.9.2.5",
6+
"version": "2025.9.2.6",
77
"author": "KudoAI",
88
"homepage_url": "https://github.com/KudoAI/chatgpt.js-chrome-starter",
99
"icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "64": "icons/icon64.png", "128": "icons/icon128.png" },

starters/chrome/extension/popup/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body {
4343
/* Header */
4444
header {
4545
border-bottom: solid 1px lightgrey ; padding: 5px 5px 5px 0 ; margin: 0 ;
46-
height: 40px ; display: flex ; align-items: center }
46+
height: 38px ; display: flex ; align-items: center }
4747
.logo { margin: 0 8px 0 12px ; position: relative ; top: 3px }
4848
.menu-title { font-size: 1rem ; font-weight: 600 ; padding: 4px }
4949
.master-toggle { margin-left: auto ; display: flex }

0 commit comments

Comments
 (0)