better-xcloud/src/assets/css/header.styl
2024-12-05 17:10:39 +07:00

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;
}
}