Typing indicators, online users

This commit is contained in:
2024-11-24 16:07:45 +11:00
parent 78b885b22e
commit dae4bb380f
3 changed files with 118 additions and 0 deletions

View File

@@ -206,3 +206,12 @@ input {
margin: 0; /* Remove default margins */
white-space: nowrap; /* Prevent button text from wrapping */
}
.suttle {
text-align: left;
width: 100%;
padding-left: 10px;
margin-bottom: 5px;
font-size: 0.9em;
color: rgba(255, 255, 255, 0.7); /* Makes it slightly subtle */
}