Browse Source
Bugfix/improve info message style (#1858)
* Improve info message style
* Update changelog
pull/1845/head^2
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/styles.scss
|
|
@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Skipped creating queue jobs for asset profiles with `MANUAL` data source not having a scraper configuration |
|
|
|
- Reduced the execution interval of the data gathering to every hour |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Improved the style of the system message |
|
|
|
|
|
|
|
## 1.254.0 - 2023-04-14 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
@ -464,7 +464,7 @@ ngx-skeleton-loader { |
|
|
|
} |
|
|
|
|
|
|
|
.with-info-message { |
|
|
|
height: calc(100vh - 5rem - 3.5rem) !important; |
|
|
|
height: calc(100vh - 5rem - 3.5rem + 0.5rem) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.with-placeholder-as-option { |
|
|
|