style(front): player volume control
This commit is contained in:
parent
91009722e6
commit
90fd89d62f
|
@ -37,6 +37,7 @@ const scroll = (event: WheelEvent) => {
|
|||
<Button
|
||||
round
|
||||
ghost
|
||||
square
|
||||
:class="['component-volume-control', {'expanded': expanded}]"
|
||||
@click.prevent.stop=""
|
||||
@mouseover="handleOver"
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue