File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 34
34
}
35
35
36
36
.DocSearch-Button-Placeholder {
37
- @apply hidden pr-20 text-sm text-black/60 min-[520 px ]: block dark: text-white/60;
37
+ @apply hidden pl-1 pr-1 text-sm text-black/60 min-[400 px ]: block min - [ 520 px ] : pr -20 dark:text-white/60;
38
38
}
39
39
40
40
.DocSearch-Button-Keys {
41
- display : flex;
42
- min-width : auto;
43
-
44
- @apply ml-1 mt-1 text-sm leading-none;
41
+ @apply ml-1 mt-1 hidden min-w-[auto] text-sm leading-none min-[520px ]: flex;
45
42
}
46
43
47
44
.DocSearch-Button-Key {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class="mx-auto flex w-full max-w-5xl items-center justify-between gap-5 rounded-
15
15
href =" /"
16
16
aria-label =" NativePHP Homepage"
17
17
>
18
- <x-logo class =" h-5 sm:h-6" />
18
+ <x-logo class =" h-4 min-[400px]:h- 5 sm:h-6" />
19
19
<span class =" sr-only" >NativePHP</span >
20
20
</a >
21
21
@@ -84,7 +84,7 @@ class="hidden size-[3px] rotate-45 rounded-sm bg-gray-400 transition duration-20
84
84
<button
85
85
type =" button"
86
86
@click =" showDocsNavigation = !showDocsNavigation"
87
- class =" block p-2 focus:outline-none focus:ring-0 lg:hidden"
87
+ class =" -m-2 block p-2 focus:outline-none focus:ring-0 lg:hidden"
88
88
aria-expanded =" false"
89
89
aria-controls =" docs-navigation"
90
90
aria-label =" Toggle documentation menu"
You can’t perform that action at this time.
0 commit comments