Merge pull request #2345 from matrix-org/bwindels/jumptofirstunread-rebased

Redesign: restyle jump to first unread message & rework read marker logic (rebased)
This commit is contained in:
Bruno Windels
2018-12-12 10:13:51 +00:00
committed by GitHub
10 changed files with 361 additions and 165 deletions

View File

@@ -87,8 +87,12 @@ limitations under the License.
flex: 1;
}
.mx_RoomView_body .mx_RoomView_topUnreadMessagesBar {
order: 1;
.mx_RoomView_body .mx_RoomView_timeline {
/* offset parent for mx_RoomView_topUnreadMessagesBar */
position: relative;
flex: 1;
display: flex;
flex-direction: column;
}
.mx_RoomView_body .mx_RoomView_messagePanel {