@@ -92,12 +92,12 @@ <h3 class="team-name">
9292 < mat-icon > check</ mat-icon >
9393 </ button >
9494 </ mat-header-cell >
95- < mat-cell *matCellDef ="let element " class >
96- < div [ngClass] ="{'horizontal-align button-container ': isMobile} ">
95+ < mat-cell *matCellDef ="let element ">
96+ < div class =" button-container " [ngClass] ="{'horizontal-align': isMobile} ">
9797 < ng-container [ngSwitch] ="element.userStatus " *ngIf ="user.isUserAdmin || user.roles.length ">
9898 < ng-container *ngSwitchCase ="'member' ">
9999 < ng-container *ngIf ="!element.isLeader ">
100- < button mat-raised-button color ="primary " class =" margin-lr-3 " (click) ="openLeaveDialog(element.doc, element.membershipDoc); $event.stopPropagation() ">
100+ < button mat-raised-button color ="primary " (click) ="openLeaveDialog(element.doc, element.membershipDoc); $event.stopPropagation() ">
101101 < mat-icon > remove_circle</ mat-icon >
102102 < label *ngIf ="!isMobile " i18n > Leave </ label >
103103 </ button >
@@ -107,7 +107,7 @@ <h3 class="team-name">
107107 < label *ngIf ="!isMobile " i18n > Edit </ label >
108108 </ button >
109109 </ ng-container >
110- < button *ngSwitchCase ="'unrelated' " mat-raised-button color ="primary " class =" margin-lr-3 " (click) ="requestToJoin(element.doc); $event.stopPropagation() ">
110+ < button *ngSwitchCase ="'unrelated' " mat-raised-button color ="primary " (click) ="requestToJoin(element.doc); $event.stopPropagation() ">
111111 < mat-icon > add_circle</ mat-icon >
112112 < label *ngIf ="!isMobile " i18n > Request to Join </ label >
113113 </ button >
@@ -120,7 +120,7 @@ <h3 class="team-name">
120120 < mat-icon > feedback</ mat-icon >
121121 < label *ngIf ="!isMobile " i18n > Feedback </ label >
122122 </ button >
123- < button *planetAuthorizedRoles ="'' " mat-raised-button color ="primary " class =" margin-lr-3 " (click) ="archiveClick(element.doc); $event.stopPropagation() ">
123+ < button *planetAuthorizedRoles ="'' " mat-raised-button color ="primary " (click) ="archiveClick(element.doc); $event.stopPropagation() ">
124124 < mat-icon > delete_forever</ mat-icon >
125125 < label *ngIf ="!isMobile " i18n > Delete </ label >
126126 </ button >
0 commit comments