Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Feb 16, 2024
1 parent 44f34d0 commit a5f2214
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<div class="container">
<div class="container p-1 app-map-panel">
<div class="time-value">{{ (time$ | async) * 1000 | date: 'short' }}</div>
<mat-slider
class="app-map-panel w-100"
class="w-100 pt-0"
[value]="time$ | async"
[min]="start$ | async"
[max]="end$ | async"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
.container {
width: 50%;
}

.time-value {
text-align: center;
padding-top: 8px;
}

0 comments on commit a5f2214

Please sign in to comment.