Edit Song Description (#1088)

* add editPlayListDescription

* add feature to change playlist description

* add queue history styling

* add queue features

* replay styling update

* change queue and history headers

* fixed the duration css not working
This commit is contained in:
Jason Chen 2022-05-31 14:54:02 -07:00 committed by GitHub
parent 7458fb944f
commit ccd94f0702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 105 additions and 12 deletions

View file

@ -667,8 +667,6 @@
.nameEdit {
font-weight : 700;
font-size : 1.6rem;
margin-bottom: 6px;
margin-right : 6px;
flex-shrink : unset;
background : transparent;
border : 0px;
@ -676,6 +674,16 @@
font-family : inherit;
}
.descriptionEdit {
font-size : 14px;
flex-shrink : unset;
background : transparent;
border : 0px;
color : inherit;
font-family : inherit;
width : 60vw;
}
.playlist-artist {
font-size : 20px;
margin-bottom: 6px;