add feature to change playlist description
This commit is contained in:
parent
80f408a7aa
commit
60506dc47a
2 changed files with 41 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue