responsive mobile layout

This commit is contained in:
2025-10-13 20:46:09 +02:00
parent f641272c22
commit c292da4d60
12 changed files with 31 additions and 28 deletions

View File

@@ -38,5 +38,5 @@ const onDownloadClick = async () => {
loading.value = false;
};
useHead({title: `Download ${manga.value?.name} from ${mangaConnector.value?.name}`});
useHead({ title: `Download ${manga.value?.name} from ${mangaConnector.value?.name}` });
</script>