Skip to content

Commit

Permalink
Renamed .balloon-tip to .reply-tip for readability ↞ [auto-sync f…
Browse files Browse the repository at this point in the history
…rom `adamlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 19, 2024
1 parent dc640bb commit 8872b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions greasemonkey/bravegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.18.5
// @version 2024.9.18.6
// @license MIT
// @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png?0a9e287
// @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png?0a9e287
Expand Down Expand Up @@ -1975,7 +1975,7 @@
+ '.standby-btn:hover { border-radius: 4px ;'
+ `${ ui.app.scheme == 'dark' ? 'background: white ; color: black' : 'background: black ; color: white' };`
+ `${ config.fgAnimationsDisabled || env.browser.isMobile ? '' : 'transform: scaleX(1.015) scaleY(1.03)' }}`
+ '.balloon-tip {'
+ '.reply-tip {'
+ 'content: "" ; position: relative ; border: 7px solid transparent ;'
+ 'float: left ; left: 7px ; margin: 36px -13px 0 0 ;' // positioning
+ 'border-bottom-style: solid ; border-bottom-width: 16px ; border-top: 0 ; border-bottom-color:'
Expand Down Expand Up @@ -2503,7 +2503,7 @@
toggle(state = '') {
log.caller = `fontSizeSlider.toggle(${ state ? `'${state}'` : '' })`
const slider = document.getElementById('font-size-slider-track') || fontSizeSlider.createAppend(),
replyTip = appDiv.querySelector('.balloon-tip'),
replyTip = appDiv.querySelector('.reply-tip'),
sliderTip = document.getElementById('font-size-slider-tip')

// Show slider
Expand Down Expand Up @@ -3405,7 +3405,7 @@
} else {
const answerPre = document.createElement('pre'),
balloonTipSpan = document.createElement('span')
balloonTipSpan.className = 'balloon-tip'
balloonTipSpan.className = 'reply-tip'
appDiv.append(balloonTipSpan, answerPre)
}

Expand Down

0 comments on commit 8872b64

Please sign in to comment.