Convert CSS to Stylus

This commit is contained in:
redphx
2024-04-27 14:52:37 +07:00
parent 59c318e0e4
commit 4eeb6175d3
19 changed files with 1275 additions and 1272 deletions

View File

@@ -0,0 +1,23 @@
.bx-header-remote-play-button {
height: auto;
margin-right: 8px !important;
svg {
width: 24px;
height: 46px;
}
}
.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;
}
}