Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Increase space between overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
ermiyaeskandary committed Jun 4, 2016
1 parent c4f9630 commit 7cf8330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ var userInterface = window.userInterface = (function() {
var statsOverlay = document.createElement('div');
statsOverlay.style.position = 'fixed';
statsOverlay.style.left = '10px';
statsOverlay.style.top = '310px';
statsOverlay.style.top = '320px';
statsOverlay.style.width = '140px';
statsOverlay.style.height = '210px';
// statsOverlay.style.background = 'rgba(0, 0, 0, 0.5)';
Expand Down

0 comments on commit 7cf8330

Please sign in to comment.