Browse Source
Feature/improve style of assistant (#2828)
* Minor style improvements
* Update changelog
pull/2831/head
Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
2 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/header/header.component.scss
-
libs/ui/src/lib/assistant/assistant.html
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ |
|
|
|
font-size: 1.5rem; |
|
|
|
|
|
|
|
&.rotate-90 { |
|
|
|
transform: rotate(-90deg); |
|
|
|
transform: rotate(90deg); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
@ -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" |
|
|
|