File tree Expand file tree Collapse file tree 3 files changed +22
-16
lines changed Expand file tree Collapse file tree 3 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " planet" ,
33 "license" : " AGPL-3.0" ,
4- "version" : " 0.20.61 " ,
4+ "version" : " 0.20.62 " ,
55 "myplanet" : {
66 "latest" : " v0.36.25" ,
77 "min" : " v0.35.25"
Original file line number Diff line number Diff line change @@ -101,13 +101,13 @@ <h3 mat-subheader i18n>Social & Web</h3>
101101 < ng-template #noLinks >
102102 < p i18n > No links available.</ p >
103103 </ ng-template >
104- < ng-container *planetAuthorizedRoles ="'' ">
104+ < div *planetAuthorizedRoles ="'' " class =" action-buttons ">
105105 < button (click) ="openAddLinkDialog() " mat-stroked-button i18n > Add Link</ button >
106106 < button (click) ="toggleDeleteMode() " [disabled] ="links.length===0 " mat-stroked-button >
107107 < span *ngIf ="!deleteMode " i18n > Remove Links</ span >
108108 < span *ngIf ="deleteMode " i18n > Done Removing Links</ span >
109109 </ button >
110- </ ng-container >
110+ </ div >
111111 </ mat-tab >
112112 < mat-tab *ngIf ="configuration.planetType==='nation' && isLoggedIn " i18n-label label ="Communities ">
113113 < planet-community-list > </ planet-community-list >
Original file line number Diff line number Diff line change 1414 grid-template-columns : 1fr ;
1515 grid-template-areas : " news" ;
1616 }
17+
18+ .toggle-button {
19+ margin-bottom : 1rem ;
20+ }
21+
22+ .action-buttons {
23+ button {
24+ margin-top : 0.5rem ;
25+ }
26+ }
27+
28+ .responsive-toolbar {
29+ border-radius : 7.5px ;
30+ }
31+
32+ .label-icon {
33+ vertical-align : middle ;
34+ margin-right : 4px ;
35+ }
1736}
1837
1938.community-news {
@@ -60,14 +79,6 @@ mat-tab-group, mat-tab {
6079 padding-top : 0.5rem ;
6180}
6281
63- .toggle-button {
64- margin-bottom : 1rem ;
65- }
66-
67- .community-view .responsive-toolbar {
68- border-radius : 7.5px ;
69- }
70-
7182.toolbar-row {
7283 display : flex ;
7384 flex-wrap : wrap ;
@@ -94,11 +105,6 @@ mat-tab-group, mat-tab {
94105 }
95106}
96107
97- .label-icon {
98- vertical-align : middle ;
99- margin-right : 4px ;
100- }
101-
102108@media only screen and (max-width : $screen-sm ) {
103109 .community-view .responsive-toolbar {
104110 height : auto ;
You can’t perform that action at this time.
0 commit comments