fix(feed): fix feed responsiviness

pull/3/head
Vladimir Lugovsky 2015-11-25 13:14:54 +03:00
parent 823fb46fe6
commit deaece86d8
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@
}
}
@media screen and (max-width: $resXXL) {
.panel.feed-panel {
height: 824px;
}
}
.user-stats-panel {
.panel-title {
padding: 0 0 15px;

View File

@ -29,7 +29,7 @@
</div>
</div>
<div class="col-lg-4 col-md-5 col-sm-12 col-xs-12">
<blur-panel title="Feed" class-container="large-panel with-scroll">
<blur-panel title="Feed" class-container="large-panel with-scroll feed-panel">
<blur-feed></blur-feed>
</blur-panel>
</div>