hide user profile activity graph on mobile and enable horizontal scroll for medium screens
This commit is contained in:
parent
82539cff70
commit
932c2f59cb
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue