fix: tweak style of audio player (#1968)
This commit is contained in:
parent
ef3f107d82
commit
67a338be17
|
@ -50,13 +50,13 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.audio-player-container {
|
.audio-player-container {
|
||||||
min-height: 400px;
|
min-height: 50vh;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: flex-end;
|
align-items: center;
|
||||||
background: var(--audio-bg);
|
background: var(--audio-bg);
|
||||||
}
|
}
|
||||||
.audio-player {
|
.audio-player {
|
||||||
|
|
Loading…
Reference in a new issue