mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-21 06:53:03 +02:00
24 lines
462 B
Stylus
Executable File
24 lines
462 B
Stylus
Executable File
.bx-header-remote-play-button {
|
|
height: auto;
|
|
margin-right: 8px !important;
|
|
|
|
svg {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
}
|
|
|
|
.bx-header-settings-button {
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
position: relative;
|
|
|
|
&[data-update-available]::before {
|
|
content: '🌟' !important;
|
|
line-height: var(--bx-button-height);
|
|
display: inline-block;
|
|
margin-left: 4px;
|
|
}
|
|
}
|