From 7b4e452a581555e7d12c287526a05b6115558f96 Mon Sep 17 00:00:00 2001 From: BlackMageMathos Date: Fri, 5 Jun 2020 09:20:35 +0200 Subject: [PATCH] BORN TO DIE WORLD IS A FUCK Kill Em All 1989 I am trash man 410,757,864,530 DEAD COPS --- client/public/libs/style.css | 3 +++ client/src/components/spells/spells-list.vue | 2 +- client/src/pages/index-page.vue | 7 ++----- client/src/pages/spells-page.vue | 6 +----- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/client/public/libs/style.css b/client/public/libs/style.css index b81fe0f..5eb19d0 100644 --- a/client/public/libs/style.css +++ b/client/public/libs/style.css @@ -60,4 +60,7 @@ direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; +} +body{ + background: url('/img/bg1.png') center center fixed repeat; } \ No newline at end of file diff --git a/client/src/components/spells/spells-list.vue b/client/src/components/spells/spells-list.vue index 981a2c3..cbdb88b 100644 --- a/client/src/components/spells/spells-list.vue +++ b/client/src/components/spells/spells-list.vue @@ -38,7 +38,7 @@ export default { this.loading = true const displaySpells = await this.fetchSpells(); this.loading = false - this.spells = displaySpells + this.spells = displaySpells.slice(0,10) } } } diff --git a/client/src/pages/index-page.vue b/client/src/pages/index-page.vue index 6d87887..fdb289f 100644 --- a/client/src/pages/index-page.vue +++ b/client/src/pages/index-page.vue @@ -2,10 +2,10 @@
-
"C'est magique, ta gueule."
+
"C'est magique, ta gueule."
— N'importe quel MJ, une fois dans sa vie

-
Auracle est une base de données publique en ligne pour sortilèges, en soutien au jeu de rôle sur table Wunderwelt.
+
Auracle est une base de données publique en ligne pour sortilèges, en soutien au jeu de rôle sur table Leïm.
@@ -25,7 +25,4 @@ export default { justify-content: center; align-items: center; } - #index-container{ - background: url('/img/bg1.png') center center fixed repeat; - } \ No newline at end of file diff --git a/client/src/pages/spells-page.vue b/client/src/pages/spells-page.vue index 2a7ecdc..e497d1d 100644 --- a/client/src/pages/spells-page.vue +++ b/client/src/pages/spells-page.vue @@ -16,8 +16,4 @@ } - \ No newline at end of file + \ No newline at end of file