Added section in channel settings to update description and thumbnail.
This commit is contained in:
parent
4001ad2f13
commit
370a08cb03
8 changed files with 271 additions and 17 deletions
|
|
@ -68,8 +68,16 @@ img.admin-list-entry-item{
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
#channel-info-thumbnail {
|
||||
max-width: 8em;
|
||||
max-height: 8em;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
#channel-info-thumbnail-span div{
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#channel-info-description-span{
|
||||
|
|
@ -83,12 +91,12 @@ img.admin-list-entry-item{
|
|||
left: calc(50% - 4.5em);
|
||||
}
|
||||
|
||||
|
||||
#channel-info-description-prompt{
|
||||
resize: vertical;
|
||||
width: 100%;
|
||||
min-height: 2em;
|
||||
max-height: 8em;
|
||||
height: 8em;
|
||||
}
|
||||
|
||||
#channel-rank-title{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue