Skip to content

Commit

Permalink
community: smoother services (fixes #7762) (#7763)
Browse files Browse the repository at this point in the history
Co-authored-by: mutugiii <[email protected]>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent a46f778 commit f90ea1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.15.42",
"version": "0.15.43",
"myplanet": {
"latest": "v0.20.94",
"min": "v0.19.94"
"latest": "v0.20.95",
"min": "v0.19.95"
},
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/community/community.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 style="text-align: right; margin-right: 0.5rem;">
</mat-tab>
<mat-tab i18n-label label="Services">
<ng-container *ngIf="!planetCode">
<button *planetAuthorizedRoles="''" (click)="openDescriptionDialog()" mat-stroked-button i18n>
<button class="toggle-button" *planetAuthorizedRoles="''" (click)="openDescriptionDialog()" mat-stroked-button i18n>
{ servicesDescriptionLabel, select, Edit {Edit} Add {Add}} { configuration.planetType, select, community {Community} nation {Nation} center {Earth}} Description
</button>
</ng-container>
Expand Down
7 changes: 6 additions & 1 deletion src/app/community/community.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ mat-tab-group, mat-tab {
z-index: 10;
background-color: white;
padding-bottom: 0.5rem;
}
padding-top: 0.5rem;
}

.toggle-button{
margin-bottom: 1rem;
}

0 comments on commit f90ea1f

Please sign in to comment.