feat(ui): mobile view
This commit is contained in:
@@ -5,6 +5,6 @@ const app = useAppStore();
|
||||
<template>
|
||||
<img
|
||||
:src="app.qrCode"
|
||||
class="max-h-[375px] aspect-square border border-gray-100 dark:border-gray-800"
|
||||
class="w-full max-w-[375px] max-h-[375px] sm:max-w-[315px] sm:max-h-[315px] md:max-w-[375px] md:max-h-[375px] m-auto aspect-square border border-gray-100 dark:border-gray-800"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user