We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c05ef7 commit 23a6fdeCopy full SHA for 23a6fde
1 file changed
layouts/_default/cli.html
@@ -10,7 +10,12 @@
10
<div class="flex w-full">
11
<article class="prose min-w-0 flex-[2_2_0%] max-w-4xl dark:prose-invert">
12
{{ partial "breadcrumbs.html" . }}
13
- <h1>{{ .Title }}</h1>
+ <div class="flex items-start justify-between gap-4">
14
+ <h1>{{ .Title }}</h1>
15
+ <div class="md-dropdown ml-auto mr-4 hidden lg:block">
16
+ {{ partial "md-dropdown.html" . }}
17
+ </div>
18
19
<div class="overflow-x-auto">
20
<table>
21
<tbody>
0 commit comments