]> _ Git - psq.git/commitdiff
archive
authorLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 8 Sep 2020 22:01:28 +0000 (00:01 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Tue, 8 Sep 2020 22:01:28 +0000 (00:01 +0200)
public/admin/js/admin.js
public/js/app.js
resources/js/components/FileSearch/FileInstantSearch.vue

index 76d2a82857b50a541a33d89474ea636dda9b6e2c..9ddc556be86aa507be315adf6b14a0541b0a5ca5 100644 (file)
@@ -50716,13 +50716,13 @@ var render = function() {
                             return _c(
                               "button",
                               {
-                                staticClass: "btn btn-big",
+                                staticClass: "btn btn-big mt-5",
                                 attrs: { disabled: isLastPage },
                                 on: { click: refineNext }
                               },
                               [
                                 _c("i", {
-                                  staticClass: "far fa-plus-square mr-1 mt-5"
+                                  staticClass: "far fa-plus-square mr-1"
                                 }),
                                 _vm._v("Voir plus\n                  ")
                               ]
index e990a1c86155c03057e600c9b9ad8888b4cde05f..198ee3005b1a2ad47208f925f93aa56e6d04fb60 100644 (file)
@@ -80252,13 +80252,13 @@ var render = function() {
                             return _c(
                               "button",
                               {
-                                staticClass: "btn btn-big",
+                                staticClass: "btn btn-big mt-5",
                                 attrs: { disabled: isLastPage },
                                 on: { click: refineNext }
                               },
                               [
                                 _c("i", {
-                                  staticClass: "far fa-plus-square mr-1 mt-5"
+                                  staticClass: "far fa-plus-square mr-1"
                                 }),
                                 _vm._v("Voir plus\n                  ")
                               ]
index 9ced7919c4ef8ecd7fc21d6f35a002656ecda999..9fbd4ffcbc5b3df32bffc5d77405b2d33ff456c5 100644 (file)
@@ -38,9 +38,9 @@
                         slot-scope="{ page, isLastPage, refineNext }"
                         :disabled="isLastPage"
                         @click="refineNext"
-                        class="btn btn-big"
+                        class="btn btn-big mt-5"
                     >
-                        <i class="far fa-plus-square mr-1 mt-5"></i>Voir plus
+                        <i class="far fa-plus-square mr-1"></i>Voir plus
                     </button>
                 </ais-infinite-hits>
               </div>