diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-28 14:21:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-28 14:24:17 +0200 |
commit | 1025ce5df9f5cfa7b96f9712c91d1de6bc699f71 (patch) | |
tree | d0ce84cea7d22adf6caa7ef3c097d98ea6b4b851 /client | |
parent | 4e67a45cd98a36b07c5fe16b8a4e361108684187 (diff) | |
download | PeerTube-1025ce5df9f5cfa7b96f9712c91d1de6bc699f71.tar.gz PeerTube-1025ce5df9f5cfa7b96f9712c91d1de6bc699f71.tar.zst PeerTube-1025ce5df9f5cfa7b96f9712c91d1de6bc699f71.zip |
Fix create account button
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/menu/menu.component.html | 2 | ||||
-rw-r--r-- | client/src/app/menu/menu.component.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 2e07deca2..eaaaae314 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -92,7 +92,7 @@ | |||
92 | 92 | ||
93 | <div *ngIf="!isLoggedIn" class="login-buttons-block"> | 93 | <div *ngIf="!isLoggedIn" class="login-buttons-block"> |
94 | <a i18n routerLink="/login" class="peertube-button-link orange-button">Login</a> | 94 | <a i18n routerLink="/login" class="peertube-button-link orange-button">Login</a> |
95 | <a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="peertube-button-link">Create an account</a> | 95 | <a i18n *ngIf="isRegistrationAllowed()" routerLink="/signup" class="peertube-button-link create-account-button">Create an account</a> |
96 | </div> | 96 | </div> |
97 | 97 | ||
98 | <div *ngIf="isLoggedIn" class="in-my-library"> | 98 | <div *ngIf="isLoggedIn" class="in-my-library"> |
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index d0edd820e..6da80191a 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -259,7 +259,7 @@ my-actor-avatar { | |||
259 | display: block; | 259 | display: block; |
260 | width: 100%; | 260 | width: 100%; |
261 | 261 | ||
262 | :not(:last-child) { | 262 | &:not(:last-child) { |
263 | margin-bottom: 10px; | 263 | margin-bottom: 10px; |
264 | } | 264 | } |
265 | } | 265 | } |