fixes part 4

This commit is contained in:
Čarodej
2022-03-01 18:04:36 +01:00
parent 3f0a69a062
commit 90303458a0
20 changed files with 39 additions and 30 deletions
@@ -1,5 +1,5 @@
<template>
<div class="flex h-screen items-center justify-center md:px-0 px-4" v-if="isLoading || isEmpty">
<div class="flex items-center justify-center fixed top-20 bottom-0 left-0 right-0 md:px-0 px-4" v-if="isLoading || isEmpty">
<!--Show message for user-->
<div v-if="!isLoading" class="text-content text-center">
<slot></slot>
@@ -1,5 +1,5 @@
<template>
<div class="z-20 block flex w-full items-center justify-between py-5 px-5 text-center lg:hidden">
<div class="z-20 relative block flex w-full items-center justify-between py-5 px-5 text-center lg:hidden">
<!--Location Title-->
<div
class="inline-block overflow-hidden text-ellipsis whitespace-nowrap align-middle text-sm font-bold transition-all duration-200 dark:text-gray-100"
@@ -7,7 +7,7 @@
<div
v-if="imagePreview"
@click="resetImage"
class="absolute right-0 top-0 z-10 flex h-7 w-7 -translate-y-3 translate-x-3 cursor-pointer items-center justify-center rounded-md rounded-full bg-white shadow-lg"
class="absolute right-0 top-0 z-[9] flex h-7 w-7 -translate-y-3 translate-x-3 cursor-pointer items-center justify-center rounded-md rounded-full bg-white shadow-lg"
>
<x-icon size="14" class="vue-feather" />
</div>