mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
The page-title's `.ls-page-icon svg { 38px }` cascade descended into the
avatar's nested fallback SVG and forced it to fill the whole 38×38 box,
overriding `shui/tabler-icon`'s computed `:size` (~0.55× the avatar).
Reset width/height to auto for avatar-internal SVGs so the glyph renders
at its intrinsic size, matching the picker preview and other surfaces.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>