|
@@ -330,7 +330,10 @@ const openUploadInput = () => {
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
background-size: cover;
|
|
|
+ -webkit-clip-path: inset(25% 0% 0% 45% round 0);
|
|
|
clip-path: inset(25% 0% 0% 45% round 0);
|
|
|
+ overflow: hidden; // safari
|
|
|
+ filter: hue-rotate(0deg); // safari
|
|
|
// clip-path: xywh(40% 25% 70% 75% round 0);
|
|
|
}
|
|
|
|