ui: enlarge the header sim/nosim icon to 30px

- the SVG artwork occupies only ~46% x 63% of its 183x183 canvas, so
  the 18px render showed ~8x11px of ink; 30px roughly doubles the
  visible glyph while staying under the 32px h1 line-height, so the
  header row height is unchanged
- guard test asserts the inline size stays within the 24-32px budget;
  SW cache v112 -> v113.
This commit is contained in:
2026-09-12 20:03:03 +03:00
parent 8b814eb2f8
commit f16e24ba11
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v112';
const CACHE = 'otaman-v113';
const URLS = [
'index.html',
'help.html',