Skip to content

Commit a074e7f

Browse files
committed
Rounded Standby buttons ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 048f7bd commit a074e7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/bravegpt/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.9.5.9
151+
// @version 2025.9.5.10
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -715,7 +715,7 @@
715715
${ env.browser.isMobile ? '' : `#${app.slug}-font-size-slider-thumb:hover { transform: scale(1.125) }`}
716716
.${app.slug}-standby-btns { margin: 14px 0 22px }
717717
.${app.slug}-standby-btn {
718-
--skew: skew(-13deg) ; --counter-skew: skew(13deg) ;
718+
--skew: skew(-13deg) ; --counter-skew: skew(13deg) ; border-radius: 8px ;
719719
--content-color: ${ env.ui.app.scheme == 'dark' ? 'white' : 'black' };
720720
display: flex ; align-items: center ; justify-content: center ; gap: 8px ;
721721
width: 90% ; height: 47px ; margin-bottom: 9px ; padding: 12px 0 ;

0 commit comments

Comments
 (0)