Container height shrunk, so it doesn't bump the avatars when collapsed. Also search box gutters fixed
This commit is contained in:
parent
472acd4792
commit
f640be90ad
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ limitations under the License.
|
|||
.mx_RoomTile_nameContainer {
|
||||
display: inline-block;
|
||||
width: 170px;
|
||||
height: 36px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_avatar {
|
||||
|
|
Loading…
Reference in New Issue