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

pull/1900/head
wmwragg 2016-08-02 15:00:47 +01:00
parent 472acd4792
commit f640be90ad
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ limitations under the License.
.mx_SearchBox {
height: 24px;
margin-left: 16px;
margin-right: 20px;
margin-left: 18px;
margin-right: 18px;
padding-top: 24px;
padding-bottom: 22px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
@ -65,4 +65,4 @@ limitations under the License.
.mx_SearchBox object {
pointer-events: none;
}
}

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 {