Merge branch 'fix/chat-unread-badge' into 'develop'

fix chat unread badge

See merge request pleroma/pleroma-fe!1359
This commit is contained in:
HJ 2021-02-26 10:15:09 +00:00
commit a7a69d08a7
2 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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
- Fixed chat unread badge looking weird
### Changed
- Display 'people voted' instead of 'votes' for multi-choice polls

View File

@ -98,10 +98,10 @@
.unread-message-count {
font-size: 0.8em;
left: 50%;
transform: translate(-50%, 0);
border-radius: 100%;
margin-top: -1rem;
padding: 0;
padding: 0.1em;
border-radius: 50px;
position: absolute;
}
.chat-loading-error {