- Start met Mobiele versie van de chat client.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user