Add padding between control buttons and progress bar

This commit is contained in:
Bram Kragten 2022-01-26 20:32:50 +01:00
parent 04e63eefe2
commit e4b9c08b45
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -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 {