Skip to content

Commit

Permalink
Change: height of RSS feed preview to match aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
nichwall committed Dec 27, 2024
1 parent f3e9cfb commit f46b5a5
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 f46b5a5

Please sign in to comment.