aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-09 10:22:11 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-09 10:22:11 +0100
commit937b7a6af8f5385ca2b6454f1e1e71d9275b6ac0 (patch)
tree7f08e2b46140a80eb0fd517ac11e2d97ac34716d /client/src/app/+accounts/accounts.component.html
parent61b20252a087e6403b34ef9bdc4fe6fb05936dfb (diff)
downloadPeerTube-937b7a6af8f5385ca2b6454f1e1e71d9275b6ac0.tar.gz
PeerTube-937b7a6af8f5385ca2b6454f1e1e71d9275b6ac0.tar.zst
PeerTube-937b7a6af8f5385ca2b6454f1e1e71d9275b6ac0.zip
Better display of accounts and channel pages on small screens
Diffstat (limited to 'client/src/app/+accounts/accounts.component.html')
-rw-r--r--client/src/app/+accounts/accounts.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html
index 6a76393b9..8498fb16f 100644
--- a/client/src/app/+accounts/accounts.component.html
+++ b/client/src/app/+accounts/accounts.component.html
@@ -32,7 +32,7 @@
32 </div> 32 </div>
33 33
34 <div class="right-buttons"> 34 <div class="right-buttons">
35 <a *ngIf="isAccountManageable" routerLink="/my-account" class="btn btn-outline-tertiary mr-2" i18n>Manage</a> 35 <a *ngIf="isAccountManageable && !isInSmallView" routerLink="/my-account" class="btn btn-outline-tertiary mr-2" i18n>Manage</a>
36 <my-subscribe-button *ngIf="videoChannels" [account]="account" [videoChannels]="videoChannels"></my-subscribe-button> 36 <my-subscribe-button *ngIf="videoChannels" [account]="account" [videoChannels]="videoChannels"></my-subscribe-button>
37 </div> 37 </div>
38 </div> 38 </div>