mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Keep consistent text size on mobile orientation change
using vendor-specific CSS `*-text-size-adjust`.
This commit is contained in:
parent
d3b48b7695
commit
c3628813c6
2 changed files with 8 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -5,6 +5,11 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
-ms-text-size-adjust: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue