scale (new) icons to fit available size
fixes https://github.com/vector-im/riot-web/issues/11399
This commit is contained in:
parent
39939de04f
commit
5f7b0fef33
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue