mirror of https://github.com/hykilpikonna/AquaDX
[S] Fix layout
parent
cb873efd38
commit
e1cf944db7
|
@ -62,6 +62,7 @@
|
||||||
let musicInfo: any = null
|
let musicInfo: any = null
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<main>
|
||||||
<!-- Display all parsed ratings -->
|
<!-- Display all parsed ratings -->
|
||||||
{#if parsedRatings}
|
{#if parsedRatings}
|
||||||
{#each [{title: "Old", data: parsedRatings.old}, {title: "New", data: parsedRatings.new}] as section}
|
{#each [{title: "Old", data: parsedRatings.old}, {title: "New", data: parsedRatings.new}] as section}
|
||||||
|
@ -86,6 +87,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
{/if}
|
{/if}
|
||||||
|
</main>
|
||||||
|
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
.rating-cards
|
.rating-cards
|
||||||
|
|
Loading…
Reference in New Issue