diff --git a/src/routes/match/[id]/+layout.svelte b/src/routes/match/[id]/+layout.svelte index b810020..6bac483 100644 --- a/src/routes/match/[id]/+layout.svelte +++ b/src/routes/match/[id]/+layout.svelte @@ -48,8 +48,9 @@
{mapName} - -
+ +
+
@@ -65,84 +66,69 @@
-
+
- {#if match.map} - {match.map} - {/if} -

+

{mapName}

{#if match.demo_parsed} {/if}
- -
-
-
- Terrorists -
-
- {match.score_team_a} -
-
-
- : -
-
-
- Counter-Terrorists -
-
- {match.score_team_b} -
-
-
- - +
-
- - {formattedDate} + +
+
+
+ Terrorists +
+
+ {match.score_team_a} +
+
+
:
+
+
+ Counter-Terrorists +
+
+ {match.score_team_b} +
+
-
- - {duration} + + +
+
+ + {formattedDate} +
+ +
+ + {duration} +
+ + MR12 ({match.max_rounds} rounds) + {#if match.demo_parsed} + + Demo Parsed + {/if}
- MR12 ({match.max_rounds} rounds) - {#if match.demo_parsed} - Demo Parsed - {/if}
-
+