+
+
+
+
+ Back
+
@@ -52,7 +57,6 @@ if (client.value){
@@ -73,5 +77,9 @@ if (client.value){
\ No newline at end of file
diff --git a/src/static/app/src/css/dashboard.css b/src/static/app/src/css/dashboard.css
index 44112c6..2cf5870 100644
--- a/src/static/app/src/css/dashboard.css
+++ b/src/static/app/src/css/dashboard.css
@@ -909,7 +909,7 @@ pre.index-alert {
}
main{
- padding-bottom: calc( 3rem + 40px + env(safe-area-inset-bottom, 5px));
+ padding-bottom: calc(1rem + env(safe-area-inset-bottom));
}
}
diff --git a/src/static/app/src/main.js b/src/static/app/src/main.js
index 37db22e..8864a2a 100644
--- a/src/static/app/src/main.js
+++ b/src/static/app/src/main.js
@@ -2,7 +2,7 @@ import './css/dashboard.css'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap/dist/js/bootstrap.js'
import 'bootstrap-icons/font/bootstrap-icons.css'
-import 'animate.css/animate.compat.css'
+import 'animate.css/animate.css'
import '@vuepic/vue-datepicker/dist/main.css'
import {createApp, markRaw} from 'vue'
import { createPinia } from 'pinia'
diff --git a/src/static/app/src/views/clients.vue b/src/static/app/src/views/clients.vue
index fa47937..ae3eed1 100644
--- a/src/static/app/src/views/clients.vue
+++ b/src/static/app/src/views/clients.vue
@@ -1,54 +1,90 @@
+
-
-
-
-
-
-
+
-
-
-
-
-
\ No newline at end of file