Skip to content

Commit

Permalink
Added line break for readability ↞ [auto-sync from `adamlui/chatgpt-a…
Browse files Browse the repository at this point in the history
…pps/chatgpt-widescreen/chrome`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 24, 2024
1 parent c694e9a commit eee16b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions chrome/extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
document.documentElement.dataset.colorScheme == 'dark' ? 'oklch(var(--dark-text-color-100)/var(--tw-text-opacity))'
: 'oklch(var(--text-color-100)/var(--tw-text-opacity))' )
: 'currentColor' )

if (btns.wideScreen?.style.fill != btns.color)
btns.types.forEach(btnType => {
if (btns[btnType]) btns[btnType].style.fill = btns[btnType].style.stroke = btns.color })
Expand Down
1 change: 1 addition & 0 deletions edge/extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
document.documentElement.dataset.colorScheme == 'dark' ? 'oklch(var(--dark-text-color-100)/var(--tw-text-opacity))'
: 'oklch(var(--text-color-100)/var(--tw-text-opacity))' )
: 'currentColor' )

if (btns.wideScreen?.style.fill != btns.color)
btns.types.forEach(btnType => {
if (btns[btnType]) btns[btnType].style.fill = btns[btnType].style.stroke = btns.color })
Expand Down
3 changes: 2 additions & 1 deletion greasemonkey/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
// @description:zu Engeza izinhlobo zezimodi ze-Widescreen + Fullscreen ku-ChatGPT ukuze kube nokubonakala + ukuncitsha ukusukela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.9.24.11
// @version 2024.9.24.12
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -728,6 +728,7 @@
document.documentElement.dataset.colorScheme == 'dark' ? 'oklch(var(--dark-text-color-100)/var(--tw-text-opacity))'
: 'oklch(var(--text-color-100)/var(--tw-text-opacity))' )
: 'currentColor' )

if (btns.wideScreen?.style.fill != btns.color)
btns.types.forEach(btnType => {
if (btns[btnType]) btns[btnType].style.fill = btns[btnType].style.stroke = btns.color })
Expand Down
1 change: 1 addition & 0 deletions opera/extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
document.documentElement.dataset.colorScheme == 'dark' ? 'oklch(var(--dark-text-color-100)/var(--tw-text-opacity))'
: 'oklch(var(--text-color-100)/var(--tw-text-opacity))' )
: 'currentColor' )

if (btns.wideScreen?.style.fill != btns.color)
btns.types.forEach(btnType => {
if (btns[btnType]) btns[btnType].style.fill = btns[btnType].style.stroke = btns.color })
Expand Down

0 comments on commit eee16b5

Please sign in to comment.