File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ window.chatbar = {
1313 async dark ( ) { // requires env.site
1414 return env . site == 'poe' ? undefined
1515 : getComputedStyle ( await chatbar . get ( ) || document . documentElement )
16- . backgroundColor == 'rgb(33, 33, 33 )'
16+ . backgroundColor == 'rgba(0, 0, 0, 0 )'
1717 } ,
1818
1919 async tall ( ) { return ( await chatbar . get ( ) ) ?. getBoundingClientRect ( ) . height > 60 }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ window.chatbar = {
1313 async dark ( ) { // requires env.site
1414 return env . site == 'poe' ? undefined
1515 : getComputedStyle ( await chatbar . get ( ) || document . documentElement )
16- . backgroundColor == 'rgb(33, 33, 33 )'
16+ . backgroundColor == 'rgba(0, 0, 0, 0 )'
1717 } ,
1818
1919 async tall ( ) { return ( await chatbar . get ( ) ) ?. getBoundingClientRect ( ) . height > 60 }
You can’t perform that action at this time.
0 commit comments