File tree Expand file tree Collapse file tree
frontend/app/components/site Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 ;" >
You can’t perform that action at this time.
0 commit comments