diff --git a/frontend/src/components/common/Game/Card/Base.vue b/frontend/src/components/common/Game/Card/Base.vue index 07ce85c72..1cc2f7d1a 100644 --- a/frontend/src/components/common/Game/Card/Base.vue +++ b/frontend/src/components/common/Game/Card/Base.vue @@ -157,19 +157,13 @@ onMounted(() => {
- - - + :size="25" + :key="rom.platform_slug" + :slug="rom.platform_slug" + class="label-platform" + />
{ left: 0rem; } .label-platform { - right: 0.2rem; - top: 0.1rem; + right: -0.1rem; + top: -0.1rem; } .append-inner-right { bottom: 0rem;