diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-20 16:02:47 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-20 16:02:47 +0200 |
| commit | f5186e1a33e17152c923e5e407ec238e3c040299 (patch) | |
| tree | 503f2e5a4c42ac6f066be613cb47568b165d9407 | |
| parent | 838cbd87151d7f00019b8f0d9753ed5b172bb9d9 (diff) | |
add back red line
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f21dc4c..123e5347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Fixed the occasional bug where screen would scroll 1px when typing into a reply form - Fixed timeline errors locking timelines +- Fixed missing highlighted border in expanded conversations ### Changed - Errors when fetching are now shown with popup errors instead of "Error fetching updates" in panel headers diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index e0b9fcc5..89ac6bdc 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -58,6 +58,8 @@ &.-expanded { .conversation-status { + border-left-style: solid; + border-left-width: 4px; border-color: $fallback--border; border-color: var(--border, $fallback--border); border-left-color: $fallback--cRed; |
