«ميدياويكي:Mobile.css»: الفرق بين المراجعتين
من Sudanese Songs Library
(أنشأ الصفحة ب'/* 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-c...') |
|||
سطر ١: | سطر ١: | ||
/* 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 | ||
+ | * Also added font enlargement | ||
*/ | */ | ||
سطر ٨: | سطر ٩: | ||
-moz-text-size-adjust: 100%; | -moz-text-size-adjust: 100%; | ||
-webkit-text-size-adjust: 100%; | -webkit-text-size-adjust: 100%; | ||
+ | font-size: larger; | ||
} | } |
مراجعة ١٥:٢٦، ١ ديسمبر ٢٠١٩
/* 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 * Also added font enlargement */ body { text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: larger; }