mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 18:06:36 +00:00
Add padding between control buttons and progress bar
This commit is contained in:
parent
04e63eefe2
commit
e4b9c08b45
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user