Skip to content

Commit

Permalink
Hide fallback in list style
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Jul 11, 2024
1 parent 7fa6aab commit ed209e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/Main/Post/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,13 @@ style
@apply flex flex-col gap-y-4;
@apply sm:flex-row-reverse sm:items-center sm:justify-end sm:gap-x-8 sm:h-72;

.img,
.fallback {
@apply w-full sm:w-64 sm:h-64 sm:shrink-0;
@apply hidden;
}

.img {
@apply w-full sm:w-64 sm:h-64 sm:shrink-0;

.thumb {
@apply w-full sm:w-64 sm:h-64 max-w-none object-cover bg-h-100;
}
Expand Down

0 comments on commit ed209e2

Please sign in to comment.