diff --git a/AquaNet/src/app.sass b/AquaNet/src/app.sass
index 57b21ce6..91157f64 100644
--- a/AquaNet/src/app.sass
+++ b/AquaNet/src/app.sass
@@ -42,7 +42,7 @@ h1
max-width: 1280px
margin: 0 auto
padding: 2rem
- text-align: center
+ width: 100%
button
diff --git a/AquaNet/src/pages/MaimaiRating.svelte b/AquaNet/src/pages/MaimaiRating.svelte
index d61bc2b9..fbff5bc2 100644
--- a/AquaNet/src/pages/MaimaiRating.svelte
+++ b/AquaNet/src/pages/MaimaiRating.svelte
@@ -90,41 +90,43 @@
})
-
-
-
- {#if parsedRatings}
- {#each [{title: "Old", data: parsedRatings.old}, {title: "New", data: parsedRatings.new}] as section}
-
{section.title}
-
- {#each section.data as rating}
-
-
.padStart(6,)
+
+{#if parsedRatings}
+ {#each [{title: "Old", data: parsedRatings.old}, {title: "New", data: parsedRatings.new}] as section}
+
{section.title}
+
+ {#each section.data as rating}
+
+
.padStart(6,)
-
-
{rating.music.name}
-
- {(rating.achievement / 10000).toFixed(2)}%
-
-
-
{rating.calc.toFixed(1)}
-
-
.substring(0,)
-
{rating.music.note.lv}
+
+
{rating.music.name}
+
+ {(rating.achievement / 10000).toFixed(2)}%
+
+
+
{rating.calc.toFixed(1)}
- {/each}
-
- {/each}
- {/if}
-
+
.substring(0,)
+
{rating.music.note.lv}
+
+ {/each}
+
+ {/each}
+{/if}
\ No newline at end of file