- Start met Mobiele versie van de chat client.

This commit is contained in:
Josako
2025-08-02 17:27:20 +02:00
parent 9a88582fff
commit 4d6466038f
11 changed files with 827 additions and 26 deletions

View File

@@ -69,4 +69,22 @@ const handleImageError = () => {
font-weight: bold;
font-size: 1.2rem;
}
/* Mobile-specific styling when used in mobile header */
@media (max-width: 768px) {
.sidebar-logo {
padding: 5px 0; /* Reduce padding for mobile header */
}
.logo-image {
max-height: 40px; /* Smaller logo for mobile header */
max-width: 120px;
}
.logo-placeholder {
width: 40px;
height: 40px;
font-size: 1rem;
}
}
</style>