Merge pull request #2565 from brkcvn/master

Loading controlled  for show page
This commit is contained in:
Burak Civan 2022-07-29 17:49:10 +03:00 committed by GitHub
commit 706d645462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
<div data-absolute-loading-content v-if="content_loading" class="absolute w-full lg:flex items-center justify-center bg-body top-0 bottom-0 left-0 right-0 z-50">
<div data-absolute-loading-content v-if="content_loading" class="absolute w-full lg:flex items-start justify-center bg-body top-0 bottom-0 left-0 right-0 z-50">
<img src="{{ asset('public/img/akaunting-loading.gif') }}" class="w-28 h-28" alt="Akaunting" />
</div>
<!--data attr added because for none vue.js pages-->