Browse Source

Feature/improve style of assistant (#2828)

* Minor style improvements

* Update changelog
pull/2831/head
Thomas Kaul 9 months ago
committed by GitHub
parent
commit
0d93612d16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/components/header/header.component.scss
  3. 2
      libs/ui/src/lib/assistant/assistant.html

1
CHANGELOG.md

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the user interface of the access table to share the portfolio
- Improved the style of the assistant (experimental)
## 2.34.0 - 2024-01-02

2
apps/client/src/app/components/header/header.component.scss

@ -34,7 +34,7 @@
font-size: 1.5rem;
&.rotate-90 {
transform: rotate(-90deg);
transform: rotate(90deg);
}
}
}

2
libs/ui/src/lib/assistant/assistant.html

@ -96,7 +96,7 @@
>Date Range</span
></ng-template
>
<div class="d-flex justify-content-center p-3">
<div class="d-flex justify-content-center py-3">
<gf-toggle
[defaultValue]="user?.settings?.dateRange"
[options]="dateRangeOptions"

Loading…
Cancel
Save