1
0
Fork 0

Fix create account button

This commit is contained in:
Chocobozzz 2021-05-28 14:21:40 +02:00
parent 4e67a45cd9
commit 1025ce5df9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
<div *ngIf="!isLoggedIn" class="login-buttons-block">
<a i18n routerLink="/login" class="peertube-button-link orange-button">Login</a>
<a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="peertube-button-link">Create an account</a>
<a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="peertube-button-link create-account-button">Create an account</a>
</div>
<div *ngIf="isLoggedIn" class="in-my-library">

View File

@ -259,7 +259,7 @@ my-actor-avatar {
display: block;
width: 100%;
:not(:last-child) {
&:not(:last-child) {
margin-bottom: 10px;
}
}