Files
invbrain.neuroinf.jp/src
orrisroot 4ccf1b37e1 fix: append px only to bare numbers in CosmoDB image sizes
The check was written /^d+/, which matches a literal d, so a unitless
width or height in an {Image} tag never got its px and was dropped as
invalid CSS. Anchor it at both ends so the 160px and 90% values the
current templates use are left as they are.
2026-09-15 12:58:30 +09:00
..