feat: put player widget in quick settings

This commit is contained in:
matt1432 2023-08-16 23:45:54 -04:00
parent 002c7ded92
commit be13fdc265
3 changed files with 10 additions and 0 deletions

View file

@ -27,6 +27,7 @@
.pausebutton {
transition: background 250ms;
padding: 14px 16px;
font-size: 20px;
}
.playing {

View file

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

View file

@ -269,6 +269,9 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
)
)
(box :class "player"
(playerinfo)
)
(box :class "slider-box"
:orientation "v"
:space-evenly true