Commit 27a3505e authored by Jose Ivan's avatar Jose Ivan

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

parent 21630c6b
......@@ -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;
......
......@@ -56,7 +56,6 @@
&.second-block {
margin-top: -1px;
margin-bottom: 0;
direction: rtl;
}
&.footer-block {
......
.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;
......
---
title: contribution calendar scrolls from right to left
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment