diff --git a/dashboard/src/components/AppStoreItem.vue b/dashboard/src/components/AppStoreItem.vue index 763ba2650..66688ba6d 100644 --- a/dashboard/src/components/AppStoreItem.vue +++ b/dashboard/src/components/AppStoreItem.vue @@ -70,7 +70,7 @@ onMounted(() => { .unstable { background-image: linear-gradient(45deg,rgba(128,128,128,.15) 25%,transparent 25%,transparent 50%,rgba(128,128,128,.15) 50%,rgba(128,128,128,.15) 75%,transparent 75%,transparent); - background-size: 64px 64px; + background-size: 48px 48px; } .unstable:hover {