Fix dialog width to 600px or 95% max for mobile

This commit is contained in:
Johannes Zellner
2025-07-15 14:00:19 +02:00
parent 56e4af58d3
commit 717607807a
4 changed files with 59 additions and 35 deletions
@@ -210,7 +210,7 @@ defineExpose({
</script>
<template>
<Dialog ref="dialogHandle" @close="onClose()">
<Dialog ref="dialogHandle" @close="onClose()" style="width: unset; min-width: min(450px, 95%)">
<div class="app-install-dialog-body" :class="{ 'step-detail': step === STEP.DETAILS, 'step-install': step === STEP.INSTALL }">
<div class="app-install-header">
<div class="summary" v-if="app.manifest">