Skip to content

Commit cc8bdae

Browse files
Mutugiiidogi
andauthored
courses: smoother nation upload dialog spacing (fixes #9579) (#9862)
Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent e6d7428 commit cc8bdae

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.22.55",
4+
"version": "0.22.56",
55
"myplanet": {
66
"latest": "v0.53.68",
77
"min": "v0.51.90"

src/app/courses/courses.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ planet-courses {
2828
text-align: center;
2929
}
3030

31-
.margin-tp {
32-
margin-top: 0.75rem;
33-
}
34-
3531
.search-bar {
3632
height: c.$toolbar-height;
3733
}

src/app/shared/dialogs/dialogs-list.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<button mat-raised-button (click)="masterToggle()" i18n color="primary" class="margin-lr-3" *ngIf="data.allowMulti && isAllSelected()!=='hidden'">
1313
{isAllSelected(), select, yes {Deselect} no {Select}} all
1414
</button>
15-
<mat-form-field *ngIf="dropdownField && dropdownOptions.length > 1" class="font-size-1 margin-lr-3">
15+
<mat-form-field *ngIf="dropdownField && dropdownOptions.length > 1" appearance="outline" class="font-size-1 margin-lr-3">
1616
<mat-select [placeholder]="dropdownField" [value]="data.dropdownSettings.startingValue.value" (selectionChange)="onFilterChange($event.value, dropdownField)">
1717
<mat-option *ngFor="let option of dropdownOptions" value={{option.value}}>{{option.text}}</mat-option>
1818
</mat-select>
1919
</mat-form-field>
2020
<mat-icon>search</mat-icon>
21-
<mat-form-field class="font-size-1">
21+
<mat-form-field appearance="outline" class="font-size-1">
2222
<mat-label i18n>Search</mat-label>
2323
<input matInput (keyup)="applyFilter($event.target.value)">
2424
</mat-form-field>

0 commit comments

Comments
 (0)