Added channel-wide !announce command

This commit is contained in:
rainbow napkin 2024-12-08 14:38:56 -05:00
parent 0182c6927e
commit 375cdfb3d8
10 changed files with 78 additions and 17 deletions

View file

@ -147,6 +147,7 @@ p.panel-head-element{
.chat-entry{
display: flex;
align-content: center;
}
.chat-entry-username{
@ -156,6 +157,7 @@ p.panel-head-element{
.chat-entry-body{
margin: 0.2em;
align-content: center;
}
.user-list-high-level{
@ -194,6 +196,16 @@ span.user-entry{
font-size: 0.7em;
}
.announcement{
font-size: 1.5em;
flex-direction: column;
text-align: center;
}
.announcement-title{
margin: 0;
}
#media-panel-aspect-lock-icon{
display: none;
}