diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-12-02 12:58:13 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-12-02 12:58:13 +0200 |
| commit | 15ea7350065a0210e74a79b2d1ee1f0ff9b9bcef (patch) | |
| tree | fb1e0367ddf275aec7c83308ac7b38ce3c89835d | |
| parent | 0d53af786b0e3878a27676752c8864da8e3027c4 (diff) | |
remove vertical align, update changelog
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | src/components/global_notice_list/global_notice_list.vue | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e424a62..57f3134b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fixed custom emoji not working in profile field names - Fixed pinned statuses not appearing in user profiles - Fixed some elements not being keyboard navigation friendly +- Fixed error handling when updating various profile images ### Changed - Errors when fetching are now shown with popup errors instead of "Error fetching updates" in panel headers diff --git a/src/components/global_notice_list/global_notice_list.vue b/src/components/global_notice_list/global_notice_list.vue index 34007148..049e23db 100644 --- a/src/components/global_notice_list/global_notice_list.vue +++ b/src/components/global_notice_list/global_notice_list.vue @@ -81,7 +81,6 @@ .close-notice { padding-right: 0.2em; - vertical-align: bottom; .svg-inline--fa:hover { opacity: 0.6; } |
