Merge pull request #2874 from matrix-org/travis/breadcrumbs/dms

Add an indicator to show a room is a direct chat in breadcrumbs
This commit is contained in:
Travis Ralston 2019-04-05 08:15:12 -06:00 committed by GitHub
commit 223498a979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 1 deletions

View file

@ -46,6 +46,12 @@ limitations under the License.
top: -3px;
right: -4px;
}
.mx_RoomBreadcrumbs_dmIndicator {
position: absolute;
bottom: 0;
right: -4px;
}
}
.mx_RoomBreadcrumbs_animate {