Browse Source

feature: move expansion indicator to left

pull/4550/head
tobikugel 4 months ago
committed by Thomas Kaul
parent
commit
70246ff18e
  1. 4
      apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html

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

@ -80,7 +80,7 @@
<div class="mb-3"> <div class="mb-3">
<mat-accordion class="my-3"> <mat-accordion class="my-3">
<mat-expansion-panel class="shadow-none"> <mat-expansion-panel class="shadow-none">
<mat-expansion-panel-header class="p-0"> <mat-expansion-panel-header class="mr-3 p-0">
<mat-panel-title i18n>Historical Market Data</mat-panel-title> <mat-panel-title i18n>Historical Market Data</mat-panel-title>
</mat-expansion-panel-header> </mat-expansion-panel-header>
@ -370,7 +370,7 @@
(closed)="scraperConfiguationIsExpanded.set(false)" (closed)="scraperConfiguationIsExpanded.set(false)"
(opened)="scraperConfiguationIsExpanded.set(true)" (opened)="scraperConfiguationIsExpanded.set(true)"
> >
<mat-expansion-panel-header class="p-0"> <mat-expansion-panel-header class="mr-3 p-0">
<mat-panel-title i18n>Scraper Configuration</mat-panel-title> <mat-panel-title i18n>Scraper Configuration</mat-panel-title>
</mat-expansion-panel-header> </mat-expansion-panel-header>
<div formGroupName="scraperConfiguration"> <div formGroupName="scraperConfiguration">

Loading…
Cancel
Save