diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/menu/menu.component.html | 4 | ||||
-rw-r--r-- | client/src/app/menu/menu.component.scss | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index f9c721bd4..c1e5f79a6 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -134,9 +134,7 @@ | |||
134 | <div class="footer-bottom"> | 134 | <div class="footer-bottom"> |
135 | 135 | ||
136 | <div class="footer-links"> | 136 | <div class="footer-links"> |
137 | <div *ngIf="isLoggedIn === false"> | 137 | <span *ngIf="isLoggedIn === false" role="button" (click)="openLanguageChooser()" class="c-hand" i18n>Interface: {{ currentInterfaceLanguage }}</span> |
138 | <span role="button" (click)="openLanguageChooser()" class="c-hand" i18n>Interface: {{ currentInterfaceLanguage }}</span> | ||
139 | </div> | ||
140 | 138 | ||
141 | <div> | 139 | <div> |
142 | <a i18n routerLink="/about/instance">Contact</a> | 140 | <a i18n routerLink="/about/instance">Contact</a> |
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index e3ec10a83..a824c69fe 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -304,7 +304,8 @@ my-actor-avatar { | |||
304 | flex-wrap: wrap; | 304 | flex-wrap: wrap; |
305 | } | 305 | } |
306 | 306 | ||
307 | a { | 307 | a, |
308 | span[role=button] { | ||
308 | @include margin-right(8px); | 309 | @include margin-right(8px); |
309 | @include disable-default-a-behaviour; | 310 | @include disable-default-a-behaviour; |
310 | 311 | ||