add feature to change playlist description

This commit is contained in:
Jason Chen 2022-05-28 17:07:28 -07:00
parent 80f408a7aa
commit 60506dc47a
2 changed files with 41 additions and 5 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;