fix(feed): fix feed responsiviness

pull/3/head
Vladimir Lugovsky 9 years ago
parent 823fb46fe6
commit deaece86d8

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

@ -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>

Loading…
Cancel
Save