Beta ready

This commit is contained in:
nuttylmao
2025-09-15 08:07:00 +10:00
parent 6f69be969c
commit 9033e5788b
6 changed files with 375 additions and 86 deletions
@@ -25,6 +25,8 @@ button {
flex-direction: row;
align-items: center;
gap: 1em;
transition: 0.4s;
}
.broadcast-info {
@@ -73,4 +75,11 @@ button {
#youtube-warning {
display: none;
}
.char-limit {
margin-left: auto;
text-align: right;
font-size: 0.8em;
opacity: 0.7;
}