scale (new) icons to fit available size

fixes https://github.com/vector-im/riot-web/issues/11399
pull/21833/head
Bruno Windels 2019-11-19 12:55:28 +01:00
parent 39939de04f
commit 5f7b0fef33
1 changed files with 1 additions and 0 deletions

View File

@ -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');