- Mobile client changes.

This commit is contained in:
Josako
2025-08-03 17:56:52 +02:00
parent 248fae500a
commit cea38e02d2
7 changed files with 119 additions and 577 deletions

View File

@@ -497,6 +497,17 @@ export default {
font-weight: bold;
}
/* Verberg character counter op mobile */
@media (max-width: 768px) {
.character-counter {
display: none;
}
.message-input {
padding-right: 15px; /* Verminder van 60px naar 15px omdat counter weg is */
}
}
/* Input actions */
.input-actions {
display: flex;