diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-22 16:44:12 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-22 16:44:12 +0200 |
| commit | 2f60c6a821bd574fa352e45ac5bcc67097af7e11 (patch) | |
| tree | 095026da48b1f42c8b3c407b19623b4fabded425 | |
| parent | aa240f935f5a32ca78cb1ccc26573a5a9fb0ed29 (diff) | |
fix redline again
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | src/components/conversation/conversation.vue | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4be7da..9f1ff903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Button to remove uploaded media in post status form is now properly placed and sized. - Fixed shoutbox not working in mobile layout +- Fixed missing highlighted border in expanded conversations again ### Changed - Display 'people voted' instead of 'votes' for multi-choice polls diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 353859b8..3fb26d92 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -50,7 +50,6 @@ .Conversation { .conversation-status { - border-left: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: var(--border, $fallback--border); |
