File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
<script src =" https://unpkg.com/vue-markdown@2.2.4/dist/vue-markdown.js" ></script >
24
24
<script src =" https://cdnjs.cloudflare.com/ajax/libs/sql-formatter/3.1.0/sql-formatter.min.js" crossorigin =" anonymous" referrerpolicy =" no-referrer" ></script >
25
-
25
+
26
26
<style >
27
27
[v-cloak ] {
28
28
display : none ;
107
107
</div >
108
108
</nav >
109
109
<div id =" app" v-cloak class =" w-full flex lg:pt-10" >
110
- <aside class =" text-sm ml-1.5 text-grey-darkest break-all bg-gray-200 pl-2 h-screen sticky top-1 overflow-auto" >
110
+ <aside class =" text-sm ml-1.5 text-grey-darkest break-all bg-gray-200 pl-2 h-screen sticky top-1 overflow-auto w-10/12 " >
111
111
<section class =" pt-5 pl-2 pr-2 pb-5 border mb-10 rounded bg-white shadow" >
112
112
<div class =" font-sans" >
113
113
<h2 class =" text-sm break-normal text-black break-normal font-sans pb-1 pt-1 text-black" >
@@ -209,7 +209,7 @@ class="inline-flex text-xs"
209
209
text-{{ in_array (' PATCH' , $doc [' methods' ]) ? ' black' : ' ' } } -100 bg-{{ in_array (' PATCH' , $doc [' methods' ]) ? ' yellow' : ' ' } } -500
210
210
text-{{ in_array (' DELETE ' , $doc [' methods' ]) ? ' white' : ' ' } } bg-{{ in_array (' DELETE ' , $doc [' methods' ]) ? ' black' : ' ' } }
211
211
" >
212
- {{ $doc [' methods' ][0 ]} }
212
+ {{ $doc [' methods' ][0 ]} }
213
213
</span >
214
214
<span class =" " >
215
215
<a href =" #{{ $doc [' uri' ]} }" >{{ $doc [' uri' ]} } </a >
You can’t perform that action at this time.
0 commit comments