Skip to content

Commit

Permalink
Fix window-query collapsed view
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Jul 30, 2018
1 parent 1a8f3a9 commit 613958a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions contribs/gmf/src/query/window.less
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,11 @@ div.ngeo-displaywindow {
height: calc(~"100% -" @map-tools-size + @app-margin);
}

.animation-container-detailed {
height: (@displayquerywindow-detailed-header-height + @displayquerywindow-detailed-details-height / 2 + @app-margin * 3) + @map-tools-size;
.animation-container {
height: @map-tools-size * 2;
&.animation-container-detailed {
height: (@displayquerywindow-detailed-header-height + @displayquerywindow-detailed-details-height / 2 + @app-margin * 3) + @map-tools-size;
}
}
}
}
Expand Down

0 comments on commit 613958a

Please sign in to comment.