mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Stop redrawing the "👀" emoji every seconds in the stats bar
This commit is contained in:
parent
397b3baa9b
commit
a4874c76db
@ -8570,9 +8570,15 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.bx-stats-bar[data-display=glancing]::before {
|
||||
content: '👀 ';
|
||||
.bx-stats-bar::before {
|
||||
display: none;
|
||||
content: '👀';
|
||||
vertical-align: middle;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.bx-stats-bar[data-display=glancing]::before {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bx-stats-bar[data-position=top-left] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user