Container height shrunk, so it doesn't bump the avatars when collapsed. Also search box gutters fixed

This commit is contained in:
wmwragg 2016-08-02 15:00:47 +01:00
parent 472acd4792
commit f640be90ad
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ limitations under the License.
.mx_RoomTile_nameContainer {
display: inline-block;
width: 170px;
height: 36px;
height: 24px;
}
.mx_RoomTile_avatar {