chphoom / aroundtheblock

0 stars 1 forks source link

more post display details #103

Closed chphoom closed 1 year ago

chphoom commented 1 year ago

quoting liya " limiting the number of posts to 2 on the home page and doing the show spoilers"

elaine331917 commented 1 year ago

also it'd be nice to refactor all the repetitive css into the custom-theme.scss file for organization purposes and make reusing code easier

elaine331917 commented 1 year ago

you can limit the posts like this *ngFor="let post of (mePosts$ | async)?.slice(0, 2) but it looks kind of ugly with just two posts...