Reverted the change from .second-block to .calender-block

This commit is contained in:
Jose Ivan 2017-01-25 11:27:42 -08:00
parent 21630c6be9
commit 27a3505e02
4 changed files with 6 additions and 2 deletions

View file

@ -88,7 +88,7 @@
var lastMonth, lastMonthX, month, x;
if (a === 0 && stamp.day === 0) {
month = stamp.date.getMonth();
x = (_this.daySizeWithSpace * i + 1) + _this.daySizeWithSpace;
x = (_this.daySizeWithSpace * i + 41) + _this.daySizeWithSpace;
lastMonth = _.last(_this.months);
if (lastMonth != null) {
lastMonthX = lastMonth.x;

View file

@ -56,7 +56,6 @@
&.second-block {
margin-top: -1px;
margin-bottom: 0;
direction: rtl;
}
&.footer-block {

View file

@ -1,6 +1,7 @@
.calender-block {
padding-left: 0;
padding-right: 0;
direction: rtl;
@media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
overflow-x: scroll;

View file

@ -0,0 +1,4 @@
---
title: contribution calendar scrolls from right to left
merge_request:
author: