mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07: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;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-stats-bar[data-display=glancing]::before {
|
.bx-stats-bar::before {
|
||||||
content: '👀 ';
|
display: none;
|
||||||
|
content: '👀';
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bx-stats-bar[data-display=glancing]::before {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bx-stats-bar[data-position=top-left] {
|
.bx-stats-bar[data-position=top-left] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user