Skip to content

Commit 6660ce9

Browse files
committed
Design Adjustments
1 parent 4f729d5 commit 6660ce9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/app/components/site/grid-category.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<NuxtLink class="category" :to="`/g/${game.short_name}?category=${category.id}`">
3-
<m-card center :padding="2">
3+
<m-card center :padding="3">
44
<template #thumbnail>
55
<a-thumbnail v-if="category.thumbnail" url-prefix="games/images" :src="category.thumbnail" :title="category.name"/>
66
</template>

frontend/app/components/site/mod/mod-list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</m-content-block>
109109
</m-flex>
110110
<m-flex column class="flex-1">
111-
<div v-if="game && currentDisplayCats.length" class="categories-grid mb-3 gap-3">
111+
<div v-if="game && currentDisplayCats.length" class="categories-grid mb-3 gap-2">
112112
<grid-category v-for="cat of currentDisplayCats" :key="cat.id" :game="game" :category="cat"/>
113113
</div>
114114
<m-flex column grow gap="4" class="mods" style="flex:1; min-height: 150px;">

0 commit comments

Comments
 (0)