Decrease e2e shield fill mask size so that it doesn't overlap

This commit is contained in:
Michael Telatynski 2021-06-23 16:10:47 +01:00
parent f0ad70f0e7
commit 5d93216c94
4 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ limitations under the License.
mask-image: url('$(res)/img/e2e/normal.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: 90%;
mask-size: 80%;
}
&.mx_cryptoEvent_icon::after {