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 2222
2323 <
script src =
" https://unpkg.com/[email protected] /dist/vue-markdown.js" ></
script >
2424 <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+
2626 <style >
2727 [v-cloak ] {
2828 display : none ;
107107 </div >
108108 </nav >
109109 <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 " >
111111 <section class =" pt-5 pl-2 pr-2 pb-5 border mb-10 rounded bg-white shadow" >
112112 <div class =" font-sans" >
113113 <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"
209209 text-{{ in_array (' PATCH' , $doc [' methods' ]) ? ' black' : ' ' } } -100 bg-{{ in_array (' PATCH' , $doc [' methods' ]) ? ' yellow' : ' ' } } -500
210210 text-{{ in_array (' DELETE ' , $doc [' methods' ]) ? ' white' : ' ' } } bg-{{ in_array (' DELETE ' , $doc [' methods' ]) ? ' black' : ' ' } }
211211 " >
212- {{ $doc [' methods' ][0 ]} }
212+ {{ $doc [' methods' ][0 ]} }
213213 </span >
214214 <span class =" " >
215215 <a href =" #{{ $doc [' uri' ]} }" >{{ $doc [' uri' ]} } </a >
You can’t perform that action at this time.
0 commit comments