aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-07-01 16:55:32 +0200
committerRigel Kent <par@rigelk.eu>2020-07-01 17:03:48 +0200
commit6c808af9a28b8c35191009bbce8052a967363dd1 (patch)
tree131912654449e07027360400475dedc3fa87c428 /client/src/app/shared
parent1fe1e14cb30ac44299563f98ed0aee2805794493 (diff)
downloadPeerTube-6c808af9a28b8c35191009bbce8052a967363dd1.tar.gz
PeerTube-6c808af9a28b8c35191009bbce8052a967363dd1.tar.zst
PeerTube-6c808af9a28b8c35191009bbce8052a967363dd1.zip
fix reactive file upload button
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/shared-main/account/actor-avatar-info.component.scss1
-rw-r--r--client/src/app/shared/shared-main/buttons/button.component.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/account/actor-avatar-info.component.scss b/client/src/app/shared/shared-main/account/actor-avatar-info.component.scss
index 5a66ecfd2..7118e9471 100644
--- a/client/src/app/shared/shared-main/account/actor-avatar-info.component.scss
+++ b/client/src/app/shared/shared-main/account/actor-avatar-info.component.scss
@@ -17,6 +17,7 @@
17 .actor-img-edit-button { 17 .actor-img-edit-button {
18 @include peertube-button-file(21px); 18 @include peertube-button-file(21px);
19 @include button-with-icon(19px); 19 @include button-with-icon(19px);
20 @include orange-button;
20 21
21 margin-top: 10px; 22 margin-top: 10px;
22 margin-bottom: 5px; 23 margin-bottom: 5px;
diff --git a/client/src/app/shared/shared-main/buttons/button.component.html b/client/src/app/shared/shared-main/buttons/button.component.html
index 43e2ca614..a7dd4bb10 100644
--- a/client/src/app/shared/shared-main/buttons/button.component.html
+++ b/client/src/app/shared/shared-main/buttons/button.component.html
@@ -3,4 +3,6 @@
3 <my-small-loader [loading]="loading"></my-small-loader> 3 <my-small-loader [loading]="loading"></my-small-loader>
4 4
5 <span class="button-label">{{ label }}</span> 5 <span class="button-label">{{ label }}</span>
6
7 <ng-content></ng-content>
6</span> 8</span>