Fix emoji legend
This commit is contained in:
parent
4c9c65d56d
commit
d06f53879c
@ -102,6 +102,6 @@ export default defineConfig({
|
||||
link: "https://reddit.com/r/FREEMEDIAHECKYEAH",
|
||||
},
|
||||
],
|
||||
...pwa,
|
||||
// ...pwa,
|
||||
},
|
||||
});
|
||||
|
@ -5,26 +5,12 @@ defineProps<{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="field-body">
|
||||
<div class="text-xl" :class="icon" />
|
||||
<!-- <p class="m-[10px 10px]">•</p> -->
|
||||
<div class="text-[var(--vp-c-text-2)]">
|
||||
<slot />
|
||||
</div>
|
||||
<div class="flex items-center mb-[8px] g-[12px]">
|
||||
<span class="flex items-center">
|
||||
<div class="text-2xl" :class="icon" />
|
||||
<div class="ml-2 text-[var(--vp-c-text-2)]">
|
||||
<slot />
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.field-body {
|
||||
color: var(--vt-c-text-1);
|
||||
display: block;
|
||||
}
|
||||
|
||||
.field-body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 8px;
|
||||
gap: 12px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user