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;
|
||||
background-image: url('$(res)/img/icons-close.svg');
|
||||
background-repeat: no-repeat;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background-position: center;
|
||||
padding: 9px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue