diff --git a/components/DashboardPage.vue b/components/DashboardPage.vue index 98a07f23..f329c0b8 100644 --- a/components/DashboardPage.vue +++ b/components/DashboardPage.vue @@ -22,10 +22,10 @@ Settings - - + +
@@ -59,4 +59,8 @@ export default { font-weight: var(--font-weight-extrabold); } } + +.footer { + padding-top: 0; +} diff --git a/components/EthicalAd.vue b/components/EthicalAd.vue index 15797350..926f0fe8 100644 --- a/components/EthicalAd.vue +++ b/components/EthicalAd.vue @@ -1,11 +1,82 @@ - + diff --git a/components/ModPage.vue b/components/ModPage.vue index f9e12213..b65aa7c9 100644 --- a/components/ModPage.vue +++ b/components/ModPage.vue @@ -21,7 +21,7 @@
- +
@@ -69,6 +69,16 @@ > Edit + + Settings +
diff --git a/nuxt.config.js b/nuxt.config.js index c9579e9e..c93a21f8 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -63,6 +63,10 @@ export default { async: true, defer: true, }, + { + src: 'https://media.ethicalads.io/media/client/ethicalads.min.js', + async: true, + }, ], }, @@ -159,7 +163,7 @@ export default { transpile: ['vue-tooltip', 'vue-notification'], styleResources: { scss: './assets/styles/injected.scss', - } + }, }, loading: { color: 'green', diff --git a/pages/index.vue b/pages/index.vue index af135645..c49a959a 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -261,6 +261,7 @@ export default { .hero { margin-left: 15%; width: 30%; + z-index: 1; h3 { font-size: 18px; font-weight: bolder; diff --git a/pages/mod/_id/settings.vue b/pages/mod/_id/settings.vue new file mode 100644 index 00000000..1347f5f6 --- /dev/null +++ b/pages/mod/_id/settings.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/pages/mods.vue b/pages/mods.vue index 25d89fe6..d951387e 100644 --- a/pages/mods.vue +++ b/pages/mods.vue @@ -64,7 +64,7 @@
- +
- +