Skip to content

Commit ee0c998

Browse files
committed
frontend: andoird font size zoom can break the layout
Increasing the font size setting under 'Display size and text' on Android can break the layout in the WebView. There are 2 relevant settings: 'Font size' and 'Display size'. It appears that only the text is increased leaving the elements as if the font size was normal. Buttons look broken with text hanging out and transaction history is unreadable with overlapping text. This change seems to have no impact and was for testing purpose.
1 parent a886ad3 commit ee0c998

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontends/web/src/style/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
html {
2+
text-size-adjust: none;
3+
}
4+
15
html,
26
body {
37
background-color: var(--background);

0 commit comments

Comments
 (0)