Skip to content

Commit

Permalink
Fixed volume slider alignment (#19534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Staszyslaw authored Jan 26, 2024
1 parent 97652bd commit 6ee1404
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ class HuiMediaPlayerEntityRow extends LitElement implements LovelaceRow {
}
.volume {
display: flex;
align-items: center;
flex-grow: 2;
flex-shrink: 2;
}
Expand Down

0 comments on commit 6ee1404

Please sign in to comment.