Skip to content
Snippets Groups Projects
Verified Commit aa38dfe9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix graph width on different screen sizes

parent 190c9e9f
Branches
Tags
No related merge requests found
Loading
Loading
@@ -50,7 +50,7 @@ class @ContributorsGraph
 
class @ContributorsMasterGraph extends ContributorsGraph
constructor: (@data) ->
@width = $('.container').width() - 345
@width = $('.content').width() - 70
@height = 200
@x = null
@y = null
Loading
Loading
@@ -123,7 +123,7 @@ class @ContributorsMasterGraph extends ContributorsGraph
 
class @ContributorsAuthorGraph extends ContributorsGraph
constructor: (@data) ->
@width = $('.container').width()/2 - 225
@width = $('.content').width()/2 - 100
@height = 200
@x = null
@y = null
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment