Implement simple GroupRoomInfo

See matrix-org/matrix-react-sdk#1563
This commit is contained in:
Luke Barnard 2017-11-01 17:32:01 +00:00
parent 56c6a15ddf
commit 2163a54617
3 changed files with 16 additions and 19 deletions

View file

@ -19,18 +19,3 @@ limitations under the License.
color: $primary-fg-color;
cursor: pointer;
}
.mx_GroupRoomTile_delete {
opacity: 0.4;
position: absolute;
top: 6px;
right: 10px;
cursor: pointer;
display: none;
}
.mx_GroupRoomTile:hover > .mx_GroupRoomTile_delete {
display: initial;
}

View file

@ -57,7 +57,7 @@ limitations under the License.
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 135px;
max-width: 155px;
}
.mx_EntityTile_details {