add media control widget
This commit is contained in:
@ -26,6 +26,37 @@ centerbox {
|
||||
background-color: $hl;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
stack > box.player {
|
||||
min-width: 250px;
|
||||
min-height: 60px;
|
||||
background-position: 50% 50%;
|
||||
background-size: cover;
|
||||
border: 4px solid #161616;
|
||||
|
||||
> box {
|
||||
> button {
|
||||
margin: 3px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
> .music-progress {
|
||||
min-width: 242px;
|
||||
min-height: 2px;
|
||||
background: transparent;
|
||||
|
||||
trough {
|
||||
min-height: 2px;
|
||||
background: $bg-alt-1;
|
||||
}
|
||||
|
||||
highlight {
|
||||
min-height: 2px;
|
||||
background: $mpd-progress-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user