scale (new) icons to fit available size
fixes https://github.com/vector-im/riot-web/issues/11399
This commit is contained in:
@@ -25,6 +25,7 @@ limitations under the License.
|
|||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
|
mask-size: 100%;
|
||||||
}
|
}
|
||||||
.mx_MemberDeviceInfo_icon_blacklisted {
|
.mx_MemberDeviceInfo_icon_blacklisted {
|
||||||
mask-image: url('$(res)/img/e2e/blacklisted.svg');
|
mask-image: url('$(res)/img/e2e/blacklisted.svg');
|
||||||
|
|||||||
Reference in New Issue
Block a user