Fix Photos select flag image aliasing

This commit is contained in:
2022-10-16 00:11:42 +02:00
parent 993dc90739
commit 31854fe8b8

View File

@@ -295,7 +295,7 @@
margin-right: 12px; margin-right: 12px;
color: #fff; color: #fff;
border-radius: 100%; border-radius: 100%;
transition: color 0.3s; transition: color 0.3s;;
@include bp (sm) { @include bp (sm) {
width: 26px; width: 26px;
@@ -306,6 +306,7 @@
display: block; display: block;
width: 100%; width: 100%;
height: 100%; height: 100%;
transform: translateZ(0);
} }
} }