"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "0ea9e19d793c3b3aecd9532b220932f647ee0f31"
Commit 9c72f4da authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent e7588555
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
$: highlightedCode = code ? hljs.highlightAuto(code, hljs.getLanguage(lang)?.aliases).value : ''; $: highlightedCode = code ? hljs.highlightAuto(code, hljs.getLanguage(lang)?.aliases).value : '';
</script> </script>
<div class="mb-3"> <div class="mb-4">
<div <div
class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 rounded-t-lg overflow-x-auto" class="flex justify-between bg-[#202123] text-white text-xs px-4 pt-1 rounded-t-lg overflow-x-auto"
> >
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
> >
</div> </div>
<pre class=" rounded-b-lg hljs p-4 overflow-x-auto rounded-t-none"><code <pre class=" rounded-b-lg hljs p-4 px-5 overflow-x-auto rounded-t-none"><code
class="language-{lang} rounded-t-none whitespace-pre">{@html highlightedCode || code}</code class="language-{lang} rounded-t-none whitespace-pre">{@html highlightedCode || code}</code
></pre> ></pre>
</div> </div>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment