Skip to content

Commit

Permalink
[native] fix(font-size): set default font-size using cm
Browse files Browse the repository at this point in the history
see #1664

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jun 29, 2024
1 parent a621a6b commit 0202760
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ui/NativeApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@ body {
padding-left: env(safe-area-inset-left);
padding-right: env(sage-area-inset-right);
background: v-bind(background);
/*font-size: medium;*/
font-size: 0.45cm !important;
}
html {
font-size: 0.45cm !important;
}
.v-navigation-drawer {
top: env(safe-area-inset-top) !important;
}
Expand Down

0 comments on commit 0202760

Please sign in to comment.