Skip to content
Snippets Groups Projects
Commit 13acf658 authored by Clement Franckelemon's avatar Clement Franckelemon
Browse files

:lipstick: fix margin image selected for mobile

parent d2454804
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<q-dialog>
<div class="column justify-center items-center content-center" >
<q-btn icon="close" size="lg" class="absolute q-mt-md bg-secondary" style="top: 0px; z-index: 20000" text-color="primary" unelevated round v-close-popup />
<div class="absolute" style="margin: 10%; height: auto">
<div class="absolute" style="margin: 10%; height: auto" :style="$q.screen.lt.md ? 'margin: 0' : ''">
<img class="full-height full-width" style="border-radius: 10px" :src="src" />
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment