]> _ Git - psq.git/commitdiff
wait #7735
authorsoufiane <soufiane@cubedesigners.com>
Thu, 18 Sep 2025 09:53:31 +0000 (11:53 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 18 Sep 2025 09:53:31 +0000 (11:53 +0200)
resources/js/components/FileSearch/FileInstantSearch.vue
resources/sass/_home.scss
resources/views/components/cover.blade.php

index 498538fcc1ab30355a5948a4d3103a64129bf553..6347f1d0f05844e5bfe699882ed86b5695c80872 100644 (file)
@@ -17,7 +17,7 @@
                     <div class="item-pdf-archive" v-for="item in results" :key="item.id">
                         <div class="cover">
                             <a class="img-link cursor-pointer" target="_blank" :href="'/view/'+item.slug" :data-not-authorized="isConnected == '0'">
-                                <img class="d-block cover-over box-shadow-cover" :src="item.coverUrl" alt="">
+                                <img class="d-block cover-over box-shadow-cover !border-solid border-[6px] border-white" :src="item.coverUrl" alt="">
                                 <div class="shadowcover">
                                     <img class="max-h-[39px]" src="" />
                                 </div>
index 46402872e4203c2f377b3d25894ad08289fbe556..29df8970b25767e9714e6ee040cedf0fd2ba10e6 100644 (file)
@@ -79,6 +79,9 @@
             z-index: 1;
             top: 0;
             left: 0;
+            &.fb {
+                border: 6px solid white;
+            }
 
             @include media-breakpoint-up(xl) {
                 position: relative;
 
             img {
                 width: 100% !important;
+                border-width: 8px;
+                @include media-breakpoint-down(xl) {
+                    border-width: 6px;
+                }
             }
 
             &-title {
                 min-width: 0;
                 img {
                     width: 100%;
+                    border-width: 6px;
                 }
                 .tickness {
                     display: none;
index ef05a8d0d3a1b338892e98f8f1db9554ec5aa94c..6b73dc02009b00b4f8d4911900f990d4a92d543d 100644 (file)
@@ -2,7 +2,7 @@
     <a class="img-link cursor-pointer {{!Auth::check() ? 'notConnected' : ''}}" href="{{Auth::check() ? $link : '#'}}"
        target="{{Auth::check() ? $target : '_self'}}">
         <div class="relative">
-            <img class="d-block cover-over box-shadow-cover" src="{{$pdf->coverUrl}}" alt="">
+            <img class="d-block cover-over box-shadow-cover border-[8px] max-xl:border-[6px] !border-solid border-white" src="{{$pdf->coverUrl}}" alt="">
             <div class="tickness h-[99%] bg-white absolute right-0 top-1/2 w-[3px] translate-x-full -translate-y-1/2"></div>
         </div>
         <div class="shadowcover">