mirror of https://github.com/vector-im/riot-web
Fixed 1px jump upwards on filter room members box
Signed-off-by: nigelrudolf <mansell.nigel@mac.com>pull/21833/head
parent
b1cc078543
commit
4f8307605f
|
@ -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 New Issue