Merge branch 'fix/redline-final-v2' into 'develop'

fix redline again

See merge request pleroma/pleroma-fe!1353
This commit is contained in:
HJ 2021-02-22 18:53:26 +00:00
commit 5faca01261
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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);