Improve profile view and fix app install dialog overflow on mobile
This commit is contained in:
@@ -163,7 +163,7 @@ defineExpose({
|
||||
|
||||
<template>
|
||||
<Dialog ref="dialogHandle" @close="onClose()">
|
||||
<div class="content" :class="{ 'step-detail': step === STEP.DETAILS, 'step-install': step === STEP.INSTALL }">
|
||||
<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">
|
||||
<div class="title">{{ manifest.title }}</div>
|
||||
@@ -224,7 +224,7 @@ defineExpose({
|
||||
|
||||
<style scoped>
|
||||
|
||||
.content {
|
||||
.app-install-dialog-body {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
transition: all 0.25s;
|
||||
|
||||
Reference in New Issue
Block a user