handle collapsed drop-targets better

pull/342/head
Matthew Hodgson 2015-11-08 11:50:15 +00:00
parent 69899e3718
commit c60e8736c1
1 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,10 @@ limitations under the License.
border-radius: 4px;
}
.collapsed .mx_RoomDropTarget {
margin-right: 10px;
}
.mx_RoomDropTarget_placeholder {
padding-top: 1px;
padding-bottom: 1px;
@ -47,3 +51,11 @@ limitations under the License.
line-height: 21px;
z-index: 1;
}
.collapsed .mx_RoomDropTarget_avatar {
float: none;
}
.collapsed .mx_RoomDropTarget_label {
display: none;
}