fix : champion polygon
release-tag / release-image (push) Successful in 29s

This commit is contained in:
2024-08-04 11:21:41 +02:00
parent b92eb4b901
commit 4ec29cf811
+3 -4
View File
@@ -85,7 +85,7 @@ const active = ref(false);
<style>
.champion_small {
z-index: 10;
z-index: 2;
width: 100%;
margin-top: 10px;
}
@@ -99,8 +99,8 @@ const active = ref(false);
clip-path: polygon(
58% 62%,
67% 56%,
59% 34%,
40% 34%,
59% 35.8%,
40% 35.8%,
31% 55%,
41% 62%,
49% 67.77%
@@ -130,7 +130,6 @@ const active = ref(false);
transform: translate(0, -20%) scale(50%);
display: flex;
position: relative;
z-index: 10;
}
.champion_small_foreignObject.active .champion_small_inside {