[mirotalksfu] - fix main button size 4 mobile

هذا الالتزام موجود في:
Miroslav Pejic
2023-10-08 00:10:01 +02:00
الأصل 3b85486737
التزام c7476a48c0

عرض الملف

@@ -208,11 +208,8 @@ body {
@media screen and (max-width: 540px) { @media screen and (max-width: 540px) {
#control button { #control button {
font-size: 0.8rem; font-size: 1rem;
} padding: 5px;
#control button i {
font-size: 0.8rem;
cursor: default;
} }
} }