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
1 changed files with 2 additions and 2 deletions

View File

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