'Input checkbox ridiculously big on iOS Safari
Checked my site on iOS Safari and I get this huge checkbox input that looks like it's system styled. Can this be styled, or maybe made a bit smaller?
The issue can be checked here

Solution 1:[1]
The Hoffman's solution doesn't work for my website, but this addons in the css does:
@supports (-webkit-touch-callout: none) { /* CSS specific to iOS devices */ input[type=checkbox] { -webkit-transform: scale(0.5,0.5); } }
Solution 2:[2]
There is no way to get this information on arbitrary past Tweets. If you are the owner of an account you can track the likes using the Account Activity API after you post a Tweet, and can then keep track of the like actions. This would be the way to get the account information for likes on Tweets, beyond the API limit of 100 (which exists in both v1.1 and v2).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Alexandre Mazel |
| Solution 2 | Andy Piper |
