scale (new) icons to fit available size
fixes https://github.com/vector-im/riot-web/issues/11399pull/21833/head
parent
39939de04f
commit
5f7b0fef33
|
@ -25,6 +25,7 @@ limitations under the License.
|
|||
width: 12px;
|
||||
height: 12px;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: 100%;
|
||||
}
|
||||
.mx_MemberDeviceInfo_icon_blacklisted {
|
||||
mask-image: url('$(res)/img/e2e/blacklisted.svg');
|
||||
|
|
Loading…
Reference in New Issue