feat: smaller modal

This commit is contained in:
Julien Calixte
2026-04-06 17:44:43 +02:00
parent f3e74aed34
commit c197b80095

View File

@@ -143,7 +143,7 @@ defineProps<{ user: string; repo: string }>()
</svg>
</router-link>
<dialog id="font_modal" class="modal">
<div class="modal-box w-11/12 max-w-5xl">
<div class="modal-box w-10/12 max-w-2xl">
<h3 class="text-lg font-bold">Style settings</h3>
<font-change />
</div>