Fixed volume slider alignment (#19534)

This commit is contained in:
Stanisław Czajka 2024-01-26 17:26:11 +01:00 committed by GitHub
parent 97652bd2f6
commit 6ee1404eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -415,6 +415,7 @@ class HuiMediaPlayerEntityRow extends LitElement implements LovelaceRow {
}
.volume {
display: flex;
align-items: center;
flex-grow: 2;
flex-shrink: 2;
}