mirror of https://github.com/Chocobozzz/PeerTube
Fix interface lang button when unlogged
parent
21d8979fbd
commit
ba24a31c26
|
@ -134,9 +134,7 @@
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
|
|
||||||
<div class="footer-links">
|
<div class="footer-links">
|
||||||
<div *ngIf="isLoggedIn === false">
|
<span *ngIf="isLoggedIn === false" role="button" (click)="openLanguageChooser()" class="c-hand" i18n>Interface: {{ currentInterfaceLanguage }}</span>
|
||||||
<span role="button" (click)="openLanguageChooser()" class="c-hand" i18n>Interface: {{ currentInterfaceLanguage }}</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a i18n routerLink="/about/instance">Contact</a>
|
<a i18n routerLink="/about/instance">Contact</a>
|
||||||
|
|
|
@ -304,7 +304,8 @@ my-actor-avatar {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a,
|
||||||
|
span[role=button] {
|
||||||
@include margin-right(8px);
|
@include margin-right(8px);
|
||||||
@include disable-default-a-behaviour;
|
@include disable-default-a-behaviour;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue