«ميدياويكي:Mobile.css»: الفرق بين المراجعتين
من Sudanese Songs Library
سطر ١: | سطر ١: | ||
/* Added by Abdalla, 2019-12-01, to fix the font scaling problem in iOS; | /* Added by Abdalla, 2019-12-01, to fix the font scaling problem in iOS; | ||
* See https://stackoverflow.com/questions/20924039/wrong-font-size-when-using-float-right-in-css-on-mobile-safari | * See https://stackoverflow.com/questions/20924039/wrong-font-size-when-using-float-right-in-css-on-mobile-safari | ||
− | |||
*/ | */ | ||
body { | body { | ||
− | |||
text-size-adjust: 100%; | text-size-adjust: 100%; | ||
-ms-text-size-adjust: 100%; | -ms-text-size-adjust: 100%; |
مراجعة ١٥:٢٧، ١ ديسمبر ٢٠١٩
/* Added by Abdalla, 2019-12-01, to fix the font scaling problem in iOS; * See https://stackoverflow.com/questions/20924039/wrong-font-size-when-using-float-right-in-css-on-mobile-safari */ body { text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }