Fix Media Player More info cramped controls (#12790)

This commit is contained in:
Zack Barett 2022-05-26 09:59:59 -05:00 committed by GitHub
parent 10813d06b6
commit c0d30c56d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,7 @@ class MoreInfoMediaPlayer extends LitElement {
.controls {
display: flex;
flex-wrap: wrap;
align-items: center;
--mdc-theme-primary: currentColor;
}