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 -->
|
<!-- https://github.com/webrecorder/browsertrix-crawler/blob/9f541ab011e8e4bccf8de5bd7dc59b632c694bab/screencast/index.html -->
|
||||||
${
|
${
|
||||||
canReplay
|
canReplay
|
||||||
? html`<div
|
? html`<div id="replay-crawl" class="aspect-4/3 overflow-hidden">
|
||||||
id="replay-crawl"
|
|
||||||
class="aspect-4/3 overflow-hidden"
|
|
||||||
>
|
|
||||||
<replay-web-page
|
<replay-web-page
|
||||||
source="${replaySource}"
|
source="${replaySource}"
|
||||||
coll="${ifDefined(this.crawl?.id)}"
|
coll="${ifDefined(this.crawl?.id)}"
|
||||||
@ -729,7 +726,9 @@ ${this.crawl?.notes}
|
|||||||
>${file.name.slice(file.name.lastIndexOf("/") + 1)}
|
>${file.name.slice(file.name.lastIndexOf("/") + 1)}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</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>
|
<sl-format-bytes value=${file.size}></sl-format-bytes>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user