mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-14 20:37:30 +08:00
[S] Fix layout
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
let musicInfo: any = null
|
||||
</script>
|
||||
|
||||
<main>
|
||||
<!-- Display all parsed ratings -->
|
||||
{#if parsedRatings}
|
||||
{#each [{title: "Old", data: parsedRatings.old}, {title: "New", data: parsedRatings.new}] as section}
|
||||
@@ -86,6 +87,7 @@
|
||||
</div>
|
||||
{/each}
|
||||
{/if}
|
||||
</main>
|
||||
|
||||
<style lang="sass">
|
||||
.rating-cards
|
||||
|
||||
Reference in New Issue
Block a user