mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Add padding between control buttons and progress bar
This commit is contained in:
@@ -448,6 +448,7 @@ class BarMediaPlayer extends LitElement {
|
|||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls-progress {
|
.controls-progress {
|
||||||
@@ -501,6 +502,7 @@ class BarMediaPlayer extends LitElement {
|
|||||||
|
|
||||||
:host([narrow]) .controls {
|
:host([narrow]) .controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([narrow]) .choose-player {
|
:host([narrow]) .choose-player {
|
||||||
|
|||||||
Reference in New Issue
Block a user