1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-11 14:17:19 +08:00

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

fix redline again

See merge request 
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
CHANGELOG.md
src/components/conversation

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