Commit 8ee1ab1
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 8ee1ab1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
0 commit comments