Add an indicator to show a room is a direct chat

Fixes https://github.com/vector-im/riot-web/issues/8797
This commit is contained in:
Travis Ralston 2019-04-04 14:31:23 -06:00
parent 37afa9fc0e
commit 095e6a3ba6
3 changed files with 26 additions and 1 deletions

View file

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