Explorar el Código

fix: LayoutThumbnail small border

nian hace 1 mes
padre
commit
fa9a50ea27
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/layout/header/action/component/LayoutThumbnail.vue

+ 4 - 2
src/layout/header/action/component/LayoutThumbnail.vue

@@ -22,9 +22,11 @@ const preferencesStore = usePreferencesStore()
       "
       @click="preferencesStore.modify({ navigationMode: 'sidebar' })"
     >
-      <div class="flex h-2.5 border-b border-neutral-350 dark:border-neutral-650">
+      <div class="flex h-2.5">
         <div class="h-full w-5 shrink-0 border-r border-neutral-350 dark:border-neutral-650"></div>
-        <div class="flex w-full items-center justify-between p-0.5">
+        <div
+          class="flex w-full items-center justify-between border-b border-neutral-350 p-0.5 dark:border-neutral-650"
+        >
           <div class="flex items-center gap-x-[1px]">
             <div
               v-for="i in 2"