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