aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2021-02-22 18:53:26 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2021-02-22 18:53:26 +0000
commit5faca01261a3babe9eab982a69404386875d596b (patch)
tree79ae0ed43e293640753274523fc248df7ec032da
parent3d013630aee48863cda5ece9ddf9a291703eb1af (diff)
parente14b9ddc02864afc48552c9199352792e9e04af3 (diff)
Merge branch 'fix/redline-final-v2' into 'develop'
fix redline again See merge request pleroma/pleroma-fe!1353
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/components/conversation/conversation.vue1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7e22542..1fbb3575 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
- Fixed some UI jumpiness when opening images particularly in chat view
### Changed
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);