mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Fixed 1px jump upwards on filter room members box
Signed-off-by: Nigel Mansell <mansell.nigel@mac.com>
This commit is contained in:
parent
b1cc078543
commit
7550a92df9
1 changed files with 2 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: 16px;
|
width: 15px;
|
||||||
height: 16px;
|
height: 15px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue