Skip to content

Commit e0cfdae

Browse files
committed
Faded Edit link more, added hover transition ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent c74b001 commit e0cfdae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.15",
6+
"version": "2025.9.15.1",
77
"homepage_url": "https://github.com/KudoAI/chatgpt.js-chrome-starter",
88
"icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "64": "icons/icon64.png", "128": "icons/icon128.png" },
99
"permissions": ["activeTab", "storage"],

starters/chrome/extension/popup/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ div.menu-entry > input.slider {
8484
border: 4px solid var(--thumb-border) ; border-radius: 16px ; cursor: ew-resize ; transition: transform 0.05s ease
8585
}
8686
.slider::-webkit-slider-thumb:hover { transform: scaleX(1.325) }
87-
.edit-link { text-transform: uppercase ; font-size: 0.65em ; margin-left: 0.75em ; opacity: 0.7 ; cursor: pointer }
88-
.edit-link:hover { opacity: 1 }
87+
.edit-link { text-transform: uppercase ; font-size: 0.65em ; margin-left: 0.75em ; opacity: 0.5 ; cursor: pointer }
88+
.edit-link:hover { transition: opacity 0.1s ease-in-out ; opacity: 1 }
8989

9090
/* Toggle elements */
9191
.toggle .track {

0 commit comments

Comments
 (0)