display channel topic
This commit is contained in:
parent
302341bb99
commit
5d2d0267f9
4 changed files with 17 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue