diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | client/src/app/login/login.component.html | 2 | ||||
-rw-r--r-- | client/src/sass/bootstrap.scss | 5 |
3 files changed, 7 insertions, 2 deletions
diff --git a/client/package.json b/client/package.json index aa0899bb5..7a805ad17 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube-client", | 2 | "name": "peertube-client", |
3 | "version": "2.0.0-rc.1", | 3 | "version": "2.0.0", |
4 | "private": true, | 4 | "private": true, |
5 | "licence": "GPLv3", | 5 | "licence": "GPLv3", |
6 | "author": { | 6 | "author": { |
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 3fb1247c8..9bbeab3be 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html | |||
@@ -19,7 +19,7 @@ | |||
19 | or create an account | 19 | or create an account |
20 | </a> | 20 | </a> |
21 | 21 | ||
22 | <a i18n *ngIf="signupAllowed === false" href="https://joinpeertube.org/en/#instances-list" target="_blank" title="Click here to see a list of instances where to register" class="create-an-account"> | 22 | <a i18n *ngIf="signupAllowed === false" href="https://joinpeertube.org/instances#instances-list" target="_blank" title="Click here to see a list of instances where to register" class="create-an-account"> |
23 | or create an account on another instance | 23 | or create an account on another instance |
24 | </a> | 24 | </a> |
25 | 25 | ||
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 12e73278a..8f1e18d9e 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -125,6 +125,11 @@ ngb-tabset.bootstrap { | |||
125 | border-bottom: none; | 125 | border-bottom: none; |
126 | } | 126 | } |
127 | 127 | ||
128 | .card { | ||
129 | background-color: var(--mainBackgroundColor); | ||
130 | border-color: #dee2e6; | ||
131 | } | ||
132 | |||
128 | .collapse-transition { | 133 | .collapse-transition { |
129 | // Animation when we show/hide the filters | 134 | // Animation when we show/hide the filters |
130 | transition: max-height 0.3s; | 135 | transition: max-height 0.3s; |