fix: tweak style of audio player (#1968)

This commit is contained in:
Nolan Lawson 2021-02-22 20:37:18 -08:00 committed by GitHub
parent ef3f107d82
commit 67a338be17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {