[S] Fix layout

This commit is contained in:
Azalea
2024-02-10 03:06:18 -05:00
parent cb873efd38
commit e1cf944db7

View File

@@ -62,8 +62,9 @@
let musicInfo: any = null let musicInfo: any = null
</script> </script>
<!-- Display all parsed ratings --> <main>
{#if parsedRatings} <!-- Display all parsed ratings -->
{#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}
<h2>{section.title}</h2> <h2>{section.title}</h2>
<div class="rating-cards"> <div class="rating-cards">
@@ -85,7 +86,8 @@
{/each} {/each}
</div> </div>
{/each} {/each}
{/if} {/if}
</main>
<style lang="sass"> <style lang="sass">
.rating-cards .rating-cards