[mirotalk] - move settings button

This commit is contained in:
Miroslav Pejic
2025-01-12 18:13:15 +01:00
parent 01271a5475
commit e8e75b2974
5 changed files with 15 additions and 9 deletions
+9 -3
View File
@@ -973,9 +973,15 @@ button:hover {
}
#bottomButtons button {
width: 42px;
padding: 10px;
font-size: 1.2rem;
width: 36px;
font-size: 1rem;
}
}
@media screen and (max-width: 350px) {
#bottomButtons button {
width: 30px;
font-size: 0.6rem;
}
}