chore: adjust cube opacity
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
This commit is contained in:
@@ -472,7 +472,7 @@ onUnmounted(() => {
|
|||||||
<div v-for="(color, face) in c.faces" :key="face"
|
<div v-for="(color, face) in c.faces" :key="face"
|
||||||
class="sticker"
|
class="sticker"
|
||||||
:class="[face, color]"
|
:class="[face, color]"
|
||||||
:style="{ opacity: isCubeTranslucent ? 0.5 : 1 }"
|
:style="{ opacity: isCubeTranslucent ? 0.3 : 1 }"
|
||||||
:data-id="c.id"
|
:data-id="c.id"
|
||||||
:data-face="face">
|
:data-face="face">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user