fix(05-02): alert alignment via #title slot, dark-only code theme, simplify ProseImg

This commit is contained in:
2026-04-21 15:20:14 +02:00
parent d9a035c6b4
commit e46912d197
3 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const props = withDefaults(defineProps<Props>(), {
:title="props.title"
:width="props.width"
:height="props.height"
format="webp"
class="rounded-lg w-full"
sizes="sm:600px md:800px lg:1000px"
/>
</template>