Skip to content

Commit

Permalink
Fix thumbnail style
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Aug 8, 2023
1 parent 07c6c8a commit 5ae9e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion views/Sidebar/PopularPosts.pug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
div(class='mt-1 text-xs') [##_rctps_rep_simple_date_##]
s_rctps_rep_thumbnail
img.lazyload(
class='object-cover ml-3 bg-h-100'
class='object-cover ml-3 bg-h-100 w-16 h-11'
data-src='[##_rctps_rep_thumbnail_##]'
data-sizes='auto'
alt=''
Expand Down
6 changes: 3 additions & 3 deletions views/Sidebar/RecentPosts.pug
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
div(class='mt-1 text-xs') [##_rctps_rep_simple_date_##]
s_rctps_rep_thumbnail
img.lazyload(
class='object-cover ml-3 bg-h-100'
class='object-cover ml-3 bg-h-100 w-16 h-11'
data-src='[##_rctps_rep_thumbnail_##]'
data-sizes='auto'
alt=''
width='60'
height='40')
width='64'
height='44')

0 comments on commit 5ae9e0d

Please sign in to comment.