Started work on channel descriptions and thumby updates.

This commit is contained in:
rainbow napkin 2025-06-09 08:31:34 -04:00
parent b5e54afe99
commit 688afa09e8
7 changed files with 150 additions and 2 deletions

View file

@ -58,6 +58,39 @@ img.admin-list-entry-item{
text-align: center;
}
#channel-info-div{
display: flex;
justify-content: space-evenly;
padding: 0.3em 0;
}
.channel-info-span p{
margin: 0;
}
#channel-info-thumbnail-span div{
position: relative;
}
#channel-info-description-span{
flex: 0.5;
}
#channel-info-thumbnail-prompt{
position: absolute;
width: 8em;
top: 3em;
left: calc(50% - 4.5em);
}
#channel-info-description-prompt{
resize: vertical;
width: 100%;
min-height: 2em;
max-height: 8em;
}
#channel-rank-title{
margin-bottom: 0;
}