1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-03 12:51:35 +00:00

Fix diff view in darkmode (#115)

This commit is contained in:
Earthgames 2025-01-28 10:58:46 +01:00 committed by GitHub
parent 5229ec34a7
commit 70e50b6010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ pub fn EditDiff() -> impl IntoView {
</Show>
</div>
<p>"by " {user_link(&edit.creator)}</p>
<div class="p-2 my-2 bg-gray-200 rounded">
<div class="max-w-full prose prose-slate">
<pre class="text-wrap">
<code>{edit.edit.diff.clone()}</code>
</pre>