diff --git a/website/client/src/components/creatorIntro.vue b/website/client/src/components/creatorIntro.vue index f6aa2cc5dc..ddfbe4fba9 100644 --- a/website/client/src/components/creatorIntro.vue +++ b/website/client/src/components/creatorIntro.vue @@ -679,7 +679,7 @@ .top { position: absolute; - top: -($dialogMarginTop + $userCreationBgHeight - 16px); + top: -80px; right: 50%; left: 50%; } diff --git a/website/client/src/components/shops/quests/index.vue b/website/client/src/components/shops/quests/index.vue index 281fc76414..91494db023 100644 --- a/website/client/src/components/shops/quests/index.vue +++ b/website/client/src/components/shops/quests/index.vue @@ -115,23 +115,25 @@ -

- {{ $t('quests') }} -

-
-
- {{ $t('sortBy') }} - +
+

+ {{ $t('quests') }} +

+
+
+ {{ $t('sortBy') }} + +
@@ -197,48 +199,52 @@
-
- -

{{ $t(key) }}

-
- - - - - - + + +
@@ -317,18 +323,16 @@ margin: 24px auto; } - .group { - display: inline-block; - width: 33%; - margin-bottom: 24px; - vertical-align: top; + .quest-container { + min-width: 330px; + } + .quest-group { .items { border-radius: 2px; + width: fit-content; background-color: #edecee; - display: inline-block; padding: 0; - margin-right: 12px; } .item-wrapper {