- Start met Mobiele versie van de chat client.
This commit is contained in:
@@ -225,4 +225,22 @@ export default {
|
||||
color: white;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
/* Mobile-specific styling when used in mobile header */
|
||||
@media (max-width: 768px) {
|
||||
.language-selector {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.language-selector label {
|
||||
display: none; /* Hide label in mobile header */
|
||||
}
|
||||
|
||||
.language-select {
|
||||
padding: 6px 10px;
|
||||
font-size: 0.85rem;
|
||||
min-width: 120px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user