Merge pull request #3458 from vector-im/luke/fix-people-section2

Fix people section again
This commit is contained in:
Luke Barnard 2017-03-27 15:52:15 +02:00 committed by GitHub
commit 8b50ed8006
4 changed files with 59 additions and 51 deletions

View file

@ -38,21 +38,12 @@ limitations under the License.
padding-bottom: 1px;
}
.mx_RoomDropTarget_avatar {
background-color: $primary-bg-color;
border-radius: 24px;
width: 24px;
height: 24px;
float: left;
margin-left: 7px;
margin-right: 7px;
}
.mx_RoomDropTarget_label {
position: relative;
margin-top: 3px;
line-height: 21px;
z-index: 1;
text-align: center;
}
.collapsed .mx_RoomDropTarget_avatar {