Epic #705. blog-entry-component.html renders media with mat-grid-list cols="3" rowHeight="1:1" unconditionally — three columns on a phone squashes tiles to thumbnail-of-a-thumbnail size; no breakpoint logic exists in the component or SCSS.
Shape: either a BreakpointObserver-driven cols signal (1/2/3 at handset/tablet/desktop) or replace mat-grid-list with CSS grid repeat(auto-fill, minmax(140px, 1fr)) (simpler, no JS). Lightbox/full-size view on tap is a natural companion but can be its own follow-up.
Epic #705. `blog-entry-component.html` renders media with `mat-grid-list cols="3" rowHeight="1:1"` unconditionally — three columns on a phone squashes tiles to thumbnail-of-a-thumbnail size; no breakpoint logic exists in the component or SCSS.
**Shape:** either a `BreakpointObserver`-driven cols signal (1/2/3 at handset/tablet/desktop) or replace `mat-grid-list` with CSS grid `repeat(auto-fill, minmax(140px, 1fr))` (simpler, no JS). Lightbox/full-size view on tap is a natural companion but can be its own follow-up.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Epic #705.
blog-entry-component.htmlrenders media withmat-grid-list cols="3" rowHeight="1:1"unconditionally — three columns on a phone squashes tiles to thumbnail-of-a-thumbnail size; no breakpoint logic exists in the component or SCSS.Shape: either a
BreakpointObserver-driven cols signal (1/2/3 at handset/tablet/desktop) or replacemat-grid-listwith CSS gridrepeat(auto-fill, minmax(140px, 1fr))(simpler, no JS). Lightbox/full-size view on tap is a natural companion but can be its own follow-up.