Browse Source

Improve styling

pull/6992/head
Thomas Kaul 3 days ago
parent
commit
ef797cd9bc
  1. 4
      apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
  2. 4
      apps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.scss
  3. 4
      apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html

4
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html

@ -1,5 +1,5 @@
<div class="d-flex flex-column h-100"> <div class="d-flex flex-column h-100">
<h1 class="align-items-center d-flex mb-3" mat-dialog-title> <div class="align-items-center d-flex mb-3" mat-dialog-title>
<span class="flex-grow-1 text-truncate">{{ <span class="flex-grow-1 text-truncate">{{
assetProfile?.name ?? data.symbol assetProfile?.name ?? data.symbol
}}</span> }}</span>
@ -87,7 +87,7 @@
<ng-container i18n>Delete</ng-container> <ng-container i18n>Delete</ng-container>
</button> </button>
</mat-menu> </mat-menu>
</h1> </div>
<div class="flex-grow-1" mat-dialog-content> <div class="flex-grow-1" mat-dialog-content>
<gf-line-chart <gf-line-chart

4
apps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.scss

@ -4,4 +4,8 @@
.mat-mdc-dialog-content { .mat-mdc-dialog-content {
max-height: unset; max-height: unset;
} }
.mat-mdc-dialog-title {
padding-right: 0.5rem !important;
}
} }

4
apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html

@ -1,6 +1,6 @@
<div class="d-flex justify-content-end"> <div class="align-items-center d-flex justify-content-end" mat-dialog-title>
<button <button
class="mx-1 no-min-width px-2" class="ml-1 no-min-width px-2"
mat-button mat-button
type="button" type="button"
[matMenuTriggerFor]="userDetailActionsMenu" [matMenuTriggerFor]="userDetailActionsMenu"

Loading…
Cancel
Save