Commit bafe707e authored by Masayuki Tanaka's avatar Masayuki Tanaka

Modify default padding.right

parent 160d8bd5
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
__size_height = getConfig(['size', 'height']); __size_height = getConfig(['size', 'height']);
var __padding_left = getConfig(['padding', 'left'], 50), var __padding_left = getConfig(['padding', 'left'], 50),
__padding_right = getConfig(['padding', 'right'], 0), __padding_right = getConfig(['padding', 'right'], 10),
__padding_top = getConfig(['padding', 'top'], 0), __padding_top = getConfig(['padding', 'top'], 0),
__padding_bottom = getConfig(['padding', 'bottom'], 0); __padding_bottom = getConfig(['padding', 'bottom'], 0);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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