Skip to content

Commit

Permalink
#172 - fixed info-background reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
bracyw committed Aug 23, 2024
1 parent 9583679 commit 226e673
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
<typography variant="info-title" content="{{ title }}" />
</div>
<div *ngIf="button">
<mat-icon *ngIf="button" aria-hidden="false" (click)="button.onClick()" [fontIcon]="button.icon"></mat-icon>
<mat-icon
*ngIf="button"
aria-hidden="false"
(click)="button.onClick()"
[fontIcon]="button.icon"
style="position: relative; z-index: 10"
></mat-icon>
</div>
</div>
<typography
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</vstack>
<fault-display style="height: 380px; width: 520px" />
</hstack>
<cell-temp-display style="width: 1400px; height: 170px" />
<cell-temp-display style="width: 1400px; height: 175px" />
<high-low-cell-display style="width: 1400px; height: 175px" />
<pack-voltage-display style="height: 175px; width: 100%" />
</vstack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<!--TODO: (temp fix: padding-bottom) temp fix for voltage graph being centered (and not all the way on bottom of comp)-->
<!--if it is not desktop, we want to show graph seperately... TODO: need to figure out best logic for enforcing that this is done...
or just don't enforce -->
<cell-temp-graph style="width: 80%; padding-bottom: 5vh" [resetGraph]="resetGraph"></cell-temp-graph>
<cell-temp-graph style="width: 80%; padding-bottom: 35px" [resetGraph]="resetGraph"></cell-temp-graph>
</hstack>
</info-background>

0 comments on commit 226e673

Please sign in to comment.