conx icon indicating copy to clipboard operation
conx copied to clipboard

SVG picture could use space better

Open dsblank opened this issue 6 years ago • 0 comments

Currently:

[-------pad-------][-------BANK------][------pad--------]
[---pad---][---BANK---][---pad---][---BANK---][---pad---]

But should be:

[---pad----][-------BANK------]
[---BANK---][-------pad-------][---BANK---]

Need to left-justify after finding minimum left padding, and then distribute that to rest of padded areas.

dsblank avatar Aug 11 '18 14:08 dsblank