Patch #22104 » 0001-Prevent-font-scaling-in-landscape-mode-on-webkit.patch
| public/stylesheets/responsive.css | ||
|---|---|---|
| 52 | 52 | |
| 53 | 53 |
html {
|
| 54 | 54 |
overflow-y: auto; /* avoid 2nd scrollbar on desktop */ |
| 55 |
-webkit-text-size-adjust: 100%; /* prevent font scaling in landscape mode on webkit */ |
|
| 55 | 56 |
} |
| 56 | 57 | |
| 57 | 58 |
body {
|
- « Previous
- 1
- 2
- 3
- Next »