hide user profile activity graph on mobile and enable horizontal scroll for medium screens

This commit is contained in:
Arinde Eniola 2016-03-29 19:05:02 +01:00
parent 82539cff70
commit 932c2f59cb
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
.calender-block {
@media (min-width: $screen-sm-min) and (max-width: $screen-lg-min) {
overflow-x: scroll;
}
}
.user-calendar-activities {
.calendar_onclick_hr {
padding: 0;

View file

@ -87,7 +87,7 @@
%div{ class: container_class }
.tab-content
#activity.tab-pane
.gray-content-block.white.second-block
.gray-content-block.calender-block.white.second-block.hidden-xs
%div{ class: container_class }
.user-calendar{data: {href: user_calendar_path}}
%h4.center.light