fix toggle switch button mobile view

This commit is contained in:
Focuslinkstech 2024-09-13 09:47:43 +01:00 committed by GitHub
parent c2916da215
commit a31286d781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -679,19 +679,6 @@
transition: color 0.5s ease; transition: color 0.5s ease;
} }
@media (max-width: 600px) {
.toggle-container {
top: 15px;
right: 60px;
}
.toggle-container .toggle-icon {
font-size: 20px;
color: rgb(100 116 139);
transition: color 0.5s ease;
}
}
.dark-mode .toggle-container .toggle-icon { .dark-mode .toggle-container .toggle-icon {
color: #ffdd57; color: #ffdd57;
} }