add fs_x-small and fs_xx-small and ajust css em settings

This commit is contained in:
Harald Bamberger
2025-11-19 13:01:47 +01:00
parent 1cc77c8eba
commit bab15bc5b2
3 changed files with 51 additions and 3 deletions
+8 -2
View File
@@ -11,8 +11,14 @@
html {
font-size: .875em;
}
html.fs_xx-small {
font-size: .5em;
}
html.fs_x-small {
font-size: .625em;
}
html.fs_small {
font-size: .5em;
font-size: .75em;
}
html.fs_normal {
font-size: .875em;
@@ -21,7 +27,7 @@ html.fs_big {
font-size: 1em;
}
html.fs_huge {
font-size: 1.4em;
font-size: 1.125em;
}
#appMenu {