Fixed 1px jump upwards on filter room members box

Signed-off-by: Nigel Mansell <mansell.nigel@mac.com>
This commit is contained in:
Nigel Mansell 2020-09-08 15:29:16 -04:00
parent 590e2b70f9
commit 421af52e76
2 changed files with 6 additions and 2 deletions

View File

@ -26,8 +26,8 @@ limitations under the License.
cursor: pointer;
background-image: url('$(res)/img/icons-close.svg');
background-repeat: no-repeat;
width: 15px;
height: 15px;
width: 16px;
height: 16px;
background-position: center;
padding: 9px;
}

View File

@ -70,6 +70,10 @@ limitations under the License.
}
}
.mx_MemberList_query {
height: 16px;
}
.mx_MemberList_wrapper {
padding: 10px;
}