diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue
index 78c9eac54..ab99e6e49 100644
--- a/webapp/layouts/default.vue
+++ b/webapp/layouts/default.vue
@@ -20,7 +20,7 @@
:width="{ base: '85%', sm: '85%', md: '50%', lg: '50%' }"
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
>
-
+
@@ -56,6 +57,13 @@
+
+
+
@@ -125,11 +133,11 @@
-
{{ $t('site.imprint') }}
‑
- {{ $t('site.termsAc') }}
+ {{ $t('site.termsAndConditions') }}
‑
{{ $t('site.code-of-conduct') }}
‑
- {{ $t('site.privacy') }}
+ {{ $t('site.data-privacy') }}
‑
{{ $t('site.changelog') }}
@@ -151,7 +159,6 @@ import HcAvatar from '~/components/Avatar/Avatar.vue'
import seo from '~/mixins/seo'
import FilterPosts from '~/components/FilterPosts/FilterPosts.vue'
import CategoryQuery from '~/graphql/CategoryQuery.js'
-
export default {
components: {
Dropdown,
@@ -268,47 +275,38 @@ export default {
align-self: center;
display: inline-flex;
}
-
.main-container {
padding-top: 6rem;
padding-bottom: 5rem;
}
-
.main-navigation {
a {
color: $text-color-soft;
}
}
-
.main-navigation-right {
display: flex;
flex: 1;
}
-
.main-navigation-right .desktop-view {
float: right;
}
-
.avatar-menu {
margin: 2px 0px 0px 5px;
}
-
.avatar-menu-trigger {
user-select: none;
display: flex;
align-items: center;
padding-left: $space-xx-small;
}
-
.avatar-menu-popover {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
-
hr {
color: $color-neutral-90;
background-color: $color-neutral-90;
}
-
.logout-link {
margin-left: -$space-small;
margin-right: -$space-small;
@@ -317,43 +315,35 @@ export default {
padding: $space-x-small $space-small;
// subtract menu border with from padding
padding-left: $space-small - 2;
-
color: $text-color-base;
-
&:hover {
color: $text-color-link-active;
}
}
-
nav {
margin-left: -$space-small;
margin-right: -$space-small;
margin-top: -$space-xx-small;
margin-bottom: -$space-xx-small;
-
a {
padding-left: 12px;
}
}
}
-
@media only screen and (min-width: 960px) {
.mobile-hamburger-menu {
display: none;
}
}
-
@media only screen and (max-width: 960px) {
#nav-search-box,
.main-navigation-right {
margin: 10px 0px;
}
-
.hide-mobile-menu {
display: none;
}
}
-
.ds-footer {
text-align: center;
position: fixed;
diff --git a/webapp/pages/login.vue b/webapp/pages/login.vue
index e659d8448..14f9f4171 100644
--- a/webapp/pages/login.vue
+++ b/webapp/pages/login.vue
@@ -23,9 +23,7 @@
-
- {{ $t('login.copy') }}
-
+ {{ $t('login.copy') }}
@@ -17,7 +15,7 @@