style(front): player volume control
This commit is contained in:
parent
91009722e6
commit
90fd89d62f
|
@ -37,6 +37,7 @@ const scroll = (event: WheelEvent) => {
|
||||||
<Button
|
<Button
|
||||||
round
|
round
|
||||||
ghost
|
ghost
|
||||||
|
square
|
||||||
:class="['component-volume-control', {'expanded': expanded}]"
|
:class="['component-volume-control', {'expanded': expanded}]"
|
||||||
@click.prevent.stop=""
|
@click.prevent.stop=""
|
||||||
@mouseover="handleOver"
|
@mouseover="handleOver"
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
}
|
}
|
||||||
&.expandable {
|
&.expandable {
|
||||||
.popup {
|
.popup {
|
||||||
background-color: #1B1C1D;
|
background-color: var(--player-background);
|
||||||
|
border-radius: var(--fw-border-radius);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -4em;
|
left: -4em;
|
||||||
top: calc(-7em + 5px);
|
top: calc(-7em + 5px);
|
||||||
|
|
Loading…
Reference in New Issue