diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efeb81..2534199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Changed + +- Don't revoke auth token when handling timeline loading error. + ## [1.18.0] - 2023-03-21 ### Added diff --git a/src/components/CryptoAddress.vue b/src/components/CryptoAddress.vue index 26cb8e2..5e5f432 100644 --- a/src/components/CryptoAddress.vue +++ b/src/components/CryptoAddress.vue @@ -2,7 +2,7 @@
@@ -50,6 +50,8 @@ function copyAddress() { img { filter: $link-colorizer; height: 100%; + object-fit: contain; + width: 100%; } &:hover img { diff --git a/src/components/Post.vue b/src/components/Post.vue index 67c163f..b8ef8eb 100644 --- a/src/components/Post.vue +++ b/src/components/Post.vue @@ -33,7 +33,7 @@ @mouseleave="highlight(null)" @click.prevent="scrollTo(post.in_reply_to_id)" > - + - + {{ post.replies_count }} - + {{ post.replies_count }} - + {{ post.reblogs_count }} - + {{ post.favourites_count }} - + - + - +