Fixed 1px jump upwards on filter room members box
Signed-off-by: Nigel Mansell <mansell.nigel@mac.com>
This commit is contained in:
parent
590e2b70f9
commit
421af52e76
2 changed files with 6 additions and 2 deletions
|
@ -26,8 +26,8 @@ limitations under the License.
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-image: url('$(res)/img/icons-close.svg');
|
background-image: url('$(res)/img/icons-close.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 15px;
|
width: 16px;
|
||||||
height: 15px;
|
height: 16px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -70,6 +70,10 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MemberList_query {
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MemberList_wrapper {
|
.mx_MemberList_wrapper {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue