display channel topic

This commit is contained in:
TomatoCake 2024-08-18 07:50:06 +02:00
parent 302341bb99
commit 5d2d0267f9
4 changed files with 17 additions and 4 deletions

View file

@ -384,7 +384,7 @@ div {
max-height: 1.5in;
overflow-y: auto;
flex-grow:1;
}
#realbox{
padding: .05in;
@ -1798,7 +1798,7 @@ form div{
background: var(--textarea-bg);
span{
text-wrap:nowrap;
}
;
display: flex;
@ -1819,7 +1819,7 @@ form div{
border:solid .03in var(--black);
}
.copybutton{
width:.25in;
}
.copycontainer{
@ -1925,3 +1925,7 @@ form div{
border-radius:.1in;
height:17px;
}
#channelTopic {
margin-left: 10px;
}