Skip to content

Commit b1c8293

Browse files
committed
Fixed Copy Code button to block corner even on x-scroll
1 parent 55bcde1 commit b1c8293

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Adds the magic of AI to Amazon shopping
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.3.30.5
6+
// @version 2025.3.31
77
// @license MIT
88
// @icon https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon48.png
99
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@0fddfc7/assets/images/icons/amazongpt/black-gold-teal/icon64.png
@@ -1912,7 +1912,7 @@
19121912
-ms-transition: var(--reply-pre-transition)` }}
19131913
#${app.slug} .reply-pre a, #${app.slug} .reply-pre a:visited { color: #4495d4 }
19141914
#${app.slug} .reply-pre a:hover { color: ${ env.ui.app.scheme == 'dark' ? 'white' : '#ea7a28' }}
1915-
code #${app.slug}-copy-btn { position: relative ; top: -6px ; right: -9px }
1915+
code #${app.slug}-copy-btn { position: absolute ; top: 13px ; right: 14px }
19161916
code #${app.slug}-copy-btn > svg { height: 13px ; width: 13px ; fill: white }`
19171917

19181918
// Rendered markdown styles

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.3.30.6
151+
// @version 2025.3.31
152152
// @license MIT
153153
// @icon https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@df624b0/assets/images/icons/bravegpt/icon48.png
154154
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@df624b0/assets/images/icons/bravegpt/icon64.png
@@ -2392,7 +2392,7 @@
23922392
-ms-transition: var(--reply-pre-transition)` }}
23932393
#${app.slug} .reply-pre a, #${app.slug} .reply-pre a:visited { color: #4495d4 }
23942394
#${app.slug} .reply-pre a:hover { color: ${ env.ui.app.scheme == 'dark' ? 'white' : '#ea7a28' }}
2395-
code #${app.slug}-copy-btn { position: relative ; top: -6px ; right: -9px }
2395+
code #${app.slug}-copy-btn { position: absolute ; top: 13px ; right: 14px }
23962396
code #${app.slug}-copy-btn > svg { height: 13px ; width: 13px ; fill: white }`
23972397

23982398
// Rendered markdown styles

duckduckgpt/greasemonkey/duckduckgpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.3.30.4
151+
// @version 2025.3.31
152152
// @license MIT
153153
// @icon https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@06af076/assets/images/icons/duckduckgpt/icon48.png
154154
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@06af076/assets/images/icons/duckduckgpt/icon64.png
@@ -2385,7 +2385,7 @@
23852385
-ms-transition: var(--reply-pre-transition)` }}
23862386
#${app.slug} .reply-pre a, #${app.slug} .reply-pre a:visited { color: #4495d4 }
23872387
#${app.slug} .reply-pre a:hover { color: ${ env.ui.app.scheme == 'dark' ? 'white' : '#ea7a28' }}
2388-
code #${app.slug}-copy-btn { position: relative ; top: -6px ; right: -9px }
2388+
code #${app.slug}-copy-btn { position: absolute ; top: 13px ; right: 14px }
23892389
code #${app.slug}-copy-btn > svg { height: 13px ; width: 13px ; fill: white }`
23902390

23912391
// Rendered markdown styles

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.3.30.7
152+
// @version 2025.3.31
153153
// @license MIT
154154
// @icon https://cdn.jsdelivr.net/gh/KudoAI/googlegpt@59409b2/assets/images/icons/googlegpt/black/icon48.png
155155
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/googlegpt@59409b2/assets/images/icons/googlegpt/black/icon64.png
@@ -2555,7 +2555,7 @@
25552555
-ms-transition: var(--reply-pre-transition)` }}
25562556
#${app.slug} .reply-pre a, #${app.slug} .reply-pre a:visited { color: #4495d4 }
25572557
#${app.slug} .reply-pre a:hover { color: ${ env.ui.app.scheme == 'dark' ? 'white' : '#28a017' }}
2558-
code #${app.slug}-copy-btn { position: relative ; top: -6px ; right: -9px }
2558+
code #${app.slug}-copy-btn { position: absolute ; top: 13px ; right: 14px }
25592559
code #${app.slug}-copy-btn > svg { height: 13px ; width: 13px ; fill: white }`
25602560

25612561
// Rendered markdown styles

0 commit comments

Comments
 (0)