Browse Source

build: fix prettier errors

relating to class ordering
master
DanConwayDev 2 years ago
parent
commit
299ea3cdb2
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 2
      src/lib/components/events/EventWrapper.svelte
  2. 2
      src/lib/components/events/content/Patch.svelte
  3. 4
      src/routes/about/+page.svelte

2
src/lib/components/events/EventWrapper.svelte

@ -51,7 +51,7 @@ @@ -51,7 +51,7 @@
</div>
{#if show_raw_json_modal}
<div class="modal" class:modal-open={show_raw_json_modal}>
<div class="text-wrap modal-box max-w-full text-xs">
<div class="modal-box max-w-full text-wrap text-xs">
<code class="w-full">{JSON.stringify(event.rawEvent())}</code>
<div class="modal-action">
<button

2
src/lib/components/events/content/Patch.svelte

@ -95,7 +95,7 @@ @@ -95,7 +95,7 @@
expand_files[index] = true
}
}}
><div class="text-wrap shrink text-left">
><div class="shrink text-wrap text-left">
<span class="pr-3">{file.to || file.from}</span>
<span
class="text-middle flex-none align-middle font-mono text-xs opacity-70"

4
src/routes/about/+page.svelte

@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
on nip34+
</p>
<div role="alert" class="max-w-2 alert my-3">
<div role="alert" class="alert my-3 max-w-2">
<!-- licence MIT https://icon-sets.iconify.design/ph/hands-praying-fill/ -->
<svg
class="h-5 w-5 shrink-0 stroke-current"
@ -267,7 +267,7 @@ @@ -267,7 +267,7 @@
</li>
</ul>
<div role="alert" class="max-w-2 alert my-3">
<div role="alert" class="alert my-3 max-w-2">
<!-- licence MIT https://icon-sets.iconify.design/ph/hands-praying-fill/ -->
<svg
class="h-5 w-5 shrink-0 stroke-current"

Loading…
Cancel
Save