Commit 88a26be
committed
frontend: set default font-size
The last commits introduced the '62.5% Font Size Trick' which
almost worked perfectly, except for components that do not
set font-size at all and inherit from the base font-size of
the parent.
These components now render with small 10px font-size instead
of 16px.
Fixed by changing the app style (most outer parent class) to
1.6rem which equals to 16px, so all components that do not
define font-size inherit 16px.1 parent d9da08d commit 88a26be
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments