spiegel-keyman/web/src
Eberhard Beilharz 1fa4090d05
fix(web): Improve cause of issue
One reason for the sometimes small text on the spacebar besides the
too small font size on `kmw-spacebar-caption` was that the calculation
of the ideal font size added double padding: it added two pixels of
padding to the height, but also multiplied the height value by 0.9 which
effectively added more padding. This change removes the 2 pixel padding
from the calculation.

The existing calculation varies the text size to fit in the available
width of the spacebar, so calculating with font size of 1em is reasonable
and better than the previous 0.6em. The previous value would lead to even
an smaller font size for long texts, far below the size that would be
sufficient to fit the text.
2023-11-07 19:23:41 +07:00
..
app Merge pull request #9718 from keymanapp/fix/web/integrated-test-stability 2023-10-20 16:17:19 +07:00
engine fix(web): Improve cause of issue 2023-11-07 19:23:41 +07:00
resources fix(web): Improve cause of issue 2023-11-07 19:23:41 +07:00
samples chore(web): build.sh nits 2023-06-19 12:19:47 +07:00
test Merge branch 'epic/package-metadata' into chore/merge-master-into-package-metadata 2023-10-04 19:34:16 +11:00
tools chore(web): remove legacy s_keyman_com.sh 2023-10-30 09:01:33 +07:00
.editorconfig change(web): source/ => src/ 2022-10-21 12:00:10 +07:00
tsconfig.all.json chore(web): centralizes main KMW component tsconfig settings 2023-06-14 09:02:46 +07:00
tsconfig.dom.json chore(web): centralizes main KMW component tsconfig settings 2023-06-14 09:02:46 +07:00
version.txt change(web): source/ => src/ 2022-10-21 12:00:10 +07:00