File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 192
192
+ `#newChat-btn { display: ${ config . ncbDisabled == true ? 'none' : 'flex' } }`
193
193
+ ( config . btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
194
194
`.${ buttons . class } { will-change: transform } /* prevent wobble */
195
- .${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } )
196
- translate3d( 0, 0, 0) }` ) // force GPU acceleration
195
+ .${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } ) }` )
197
196
)
198
197
} ,
199
198
Original file line number Diff line number Diff line change 192
192
+ `#newChat-btn { display: ${ config . ncbDisabled == true ? 'none' : 'flex' } }`
193
193
+ ( config . btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
194
194
`.${ buttons . class } { will-change: transform } /* prevent wobble */
195
- .${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } )
196
- translate3d( 0, 0, 0) }` ) // force GPU acceleration
195
+ .${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } ) }` )
197
196
)
198
197
} ,
199
198
Original file line number Diff line number Diff line change 235
235
// @description :zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-perplexity.ai + poe.com!
236
236
// @author Adam Lui
237
237
// @namespace https://github.com/adamlui
238
- // @version 2025.2.4.1
238
+ // @version 2025.2.4.2
239
239
// @license MIT
240
240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241
241
// @icon 64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
633
633
+ `#newChat-btn { display: ${ config . ncbDisabled == true ? 'none' : 'flex' } }`
634
634
+ ( config . btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
635
635
`.${ buttons . class } { will-change: transform } /* prevent wobble */
636
- .${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } )
637
- translate3d( 0, 0, 0) }` ) /* force GPU acceleration */
636
+ .${ buttons . class } :hover { transform: scale(${ env . site == 'poe' ? 1.15 : 1.285 } ) }` )
638
637
)
639
638
} ,
640
639
You can’t perform that action at this time.
0 commit comments