From dfd3abeaed7818dcd35cf79cb15cd2407c351e19 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Mon, 25 Nov 2024 19:00:49 -0800 Subject: [PATCH] =?UTF-8?q?Removed=20no-longer=20needed=20`.modal-buttons`?= =?UTF-8?q?=20style=20=E2=86=9E=20[auto-sync=20from=20https://github.com/a?= =?UTF-8?q?damlui/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../autoclear-chatgpt-history.user.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js b/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js index 8ef8e6daf..93d042a18 100644 --- a/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js +++ b/chatgpt/autoclear-chatgpt-history/autoclear-chatgpt-history.user.js @@ -225,7 +225,7 @@ // @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com // @author Adam Lui // @namespace https://github.com/adamlui -// @version 2024.11.25 +// @version 2024.11.25.1 // @license MIT // @icon https://media.autoclearchatgpt.com/images/icons/openai/black/icon48.png?a8868ef // @icon64 https://media.autoclearchatgpt.com/images/icons/openai/black/icon64.png?a8868ef @@ -774,7 +774,6 @@ + '.chatgpt-modal button:hover {' // add zoom, re-scheme + 'transform: scale(1.055) ; color: black !important ;' + `background-color: #${ chatgpt.isDarkMode() ? '00cfff' : '9cdaff' } !important }` - + '.modal-buttons { margin-left: -13px !important }' + '* { scrollbar-width: thin }' // make FF scrollbar skinny to not crop toggle ) }