Runs yarn format
This commit is contained in:
parent
c359589024
commit
bddbe35315
@ -557,10 +557,7 @@ export class CrawlDetail extends LiteElement {
|
||||
<!-- https://github.com/webrecorder/browsertrix-crawler/blob/9f541ab011e8e4bccf8de5bd7dc59b632c694bab/screencast/index.html -->
|
||||
${
|
||||
canReplay
|
||||
? html`<div
|
||||
id="replay-crawl"
|
||||
class="aspect-4/3 overflow-hidden"
|
||||
>
|
||||
? html`<div id="replay-crawl" class="aspect-4/3 overflow-hidden">
|
||||
<replay-web-page
|
||||
source="${replaySource}"
|
||||
coll="${ifDefined(this.crawl?.id)}"
|
||||
@ -729,7 +726,9 @@ ${this.crawl?.notes}
|
||||
>${file.name.slice(file.name.lastIndexOf("/") + 1)}
|
||||
</a>
|
||||
</div>
|
||||
<div class="whitespace-nowrap text-sm font-mono text-neutral-400">
|
||||
<div
|
||||
class="whitespace-nowrap text-sm font-mono text-neutral-400"
|
||||
>
|
||||
<sl-format-bytes value=${file.size}></sl-format-bytes>
|
||||
</div>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user