feat: put player widget in quick settings
This commit is contained in:
parent
002c7ded92
commit
be13fdc265
3 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
.pausebutton {
|
||||
transition: background 250ms;
|
||||
padding: 14px 16px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.playing {
|
||||
|
|
|
@ -135,6 +135,12 @@
|
|||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.player {
|
||||
margin-top: 30px;
|
||||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.slider-box {
|
||||
min-height: 100px;
|
||||
min-width: 470px;
|
||||
|
|
|
@ -269,6 +269,9 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
)
|
||||
)
|
||||
(box :class "player"
|
||||
(playerinfo)
|
||||
)
|
||||
(box :class "slider-box"
|
||||
:orientation "v"
|
||||
:space-evenly true
|
||||
|
|
Loading…
Reference in a new issue