From 8dcd17d1a1cc69af2d826190ac5161be767d0c71 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Sun, 27 Oct 2024 03:46:48 -0700 Subject: [PATCH] =?UTF-8?q?Added=20inset=20shadow=20to=20light=20scheme=20?= =?UTF-8?q?chatbar=20=E2=86=9E=20[auto-sync=20from=20`adamlui/ai-web-exten?= =?UTF-8?q?sions`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasemonkey/bravegpt.user.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/greasemonkey/bravegpt.user.js b/greasemonkey/bravegpt.user.js index c9cf87b3..142b69b2 100644 --- a/greasemonkey/bravegpt.user.js +++ b/greasemonkey/bravegpt.user.js @@ -148,7 +148,7 @@ // @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!) // @author KudoAI // @namespace https://kudoai.com -// @version 2024.10.20.2 +// @version 2024.10.27 // @license MIT // @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png?0a9e287 // @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png?0a9e287 @@ -2088,7 +2088,8 @@ + 'border-radius: 15px 16px 15px 0 ; margin: -6px 0 -7px 0 ; padding: 12px 51px 12px 10px ;' + `position: relative ; z-index: 555 ; color: ${ ui.app.scheme == 'dark' ? '#eee' : '#222' } ;` + 'height: 43px ; line-height: 17px ; width: 100% ; max-height: 200px ; resize: none ;' - + `background: ${ ui.app.scheme == 'dark' ? `#515151${ config.bgAnimationsDisabled ? '' : '9e' }` : '#eeeeee9e' }}` + + `background: ${ ui.app.scheme == 'dark' ? `#515151${ config.bgAnimationsDisabled ? '' : '9e' }` : '#eeeeee9e' } ;` + + `${ ui.app.scheme == 'light' ? 'box-shadow: 0 1px 2px rgba(15,17,17,.1) inset' : '' }}` + '.related-queries {' + 'display: flex ; flex-wrap: wrap ; width: 100% ; margin-bottom: -28px ;' + 'position: relative ; top: -3px ;' // scooch up to hug feedback gap