Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/8b3cc5c11ae168ab80cc112b7b3f6bb60c74b1d1
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
13 additions and
10 deletions
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed the dialog position (center) on mobile
- Changed the mechanism of the `INTRADAY` data gathering to persist data only if the market state is `OPEN`
- Fixed the creation of activities with `MANUAL` data source (with no historical market data)
@ -214,16 +214,6 @@ body {
}
}
. mat-mdc-menu-panel {
& . assistant {
max-width : unset !important ;
. mat-mdc-menu-content {
padding : 0 ;
}
}
}
& . is-dark-theme {
background : var ( -- dark - background ) ;
color : rgba ( var ( -- light - primary-text )) ;
@ -366,6 +356,10 @@ ngx-skeleton-loader {
}
. cdk-overlay-container {
. cdk-global-overlay-wrapper {
justify-content : center !important ;
}
. cdk-overlay-pane {
max-width : 95 vw !important ;
}
@ -453,6 +447,14 @@ ngx-skeleton-loader {
}
. mat-mdc-menu-panel {
& . assistant {
max-width : unset !important ;
. mat-mdc-menu-content {
padding : 0 ;
}
}
. mat-mdc-menu-item {
& . font-weight-bold {
. mat-mdc-menu-item-text {