Skip to content

Commit

Permalink
Merge pull request #3751 from nichwall/rss_feed_image_fix
Browse files Browse the repository at this point in the history
Change: height of RSS feed preview to match aspect ratio
  • Loading branch information
advplyr authored Dec 27, 2024
2 parents f3e9cfb + f46b5a5 commit 727310a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pages/config/rss-feeds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tr v-for="feed in feeds" :key="feed.id" class="cursor-pointer h-12" @click="showFeed(feed)">
<!-- -->
<td>
<img :src="coverUrl(feed)" class="h-full w-full" />
<img :src="coverUrl(feed)" class="h-auto w-full" />
</td>
<!-- -->
<td class="w-48 max-w-64 min-w-24 text-left truncate">
Expand Down

0 comments on commit 727310a

Please sign in to comment.