mirror of
https://github.com/logseq/logseq.git
synced 2026-05-18 01:42:19 +00:00
- Align section headers across asset-picker and icon-picker at 12px from the edge by dropping .pane-section's px-2. Grid padding becomes px-3 pt-1 pb-3 so headers sit closer to their grids. - Hide "Available assets · 0" when no assets exist; the zero-state rows speak for themselves. Header reappears during search so "· 0" still conveys "no matches". - Drop row-title to text-sm, bump row-chevron to gray-10 (no opacity), and move the empty-row separator from gray-04 to gray-06 for dark- mode legibility. - Pin the web-images info icon to the right edge (margin-left: auto + margin-right: 12px) and remove its opacity layer. - Let the web-image external-badge float past the circular avatar clip by dropping overflow-hidden on .web-image-item (img clips itself). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>