Skip to content

Commit

Permalink
fix(layout): centering current weather without forecast
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofsaja committed Jul 24, 2017
1 parent 84be3af commit 9dc33ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/weather.container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ import {
[pressure]="currentWeather?.pressure"
[humidity]="currentWeather?.humidity"></weather-current-details>
</div>
<div class="forecast">
<div class="forecast" *ngIf="settings.showForecast">
<weather-forecast
*ngIf="settings.showForecast"
[forecast]="forecast"
[settings]="settings"
[mode]="settings.forecastMode"></weather-forecast>
Expand Down

0 comments on commit 9dc33ac

Please sign in to comment.