style(front): player volume control

This commit is contained in:
ArneBo 2025-02-05 21:56:30 +01:00
parent 91009722e6
commit 90fd89d62f
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@ const scroll = (event: WheelEvent) => {
<Button
round
ghost
square
:class="['component-volume-control', {'expanded': expanded}]"
@click.prevent.stop=""
@mouseover="handleOver"

View File

@ -10,7 +10,8 @@
}
&.expandable {
.popup {
background-color: #1B1C1D;
background-color: var(--player-background);
border-radius: var(--fw-border-radius);
position: absolute;
left: -4em;
top: calc(-7em + 5px);