NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 609 forks source link

Bug: Extra padding in left #50

Closed amitguptagwl closed 6 years ago

amitguptagwl commented 6 years ago

Starting point: https://naturalintelligence.github.io/imglab/v2.html

Issue: Tools displayed in left bottom are extra padded

Check technical documentation.

luv-320east commented 6 years ago

Hello! Tried to tackle this one, but having some trouble getting it to run properly on my local machine. For some reason, the entire left sidebar is not showing up when I try to open v2.html. Cloned locally, ran npm i --save and opened the page on Chrome. Anything I'm missing?

amitguptagwl commented 6 years ago

You need not to setup node project. Install npm -g i http-server. Then just run http-server command from project root folder. Now open the localhost in browser, you must see everything on the place.

Bookmark this project for further updates You can also join team to support opensource community

luv-320east commented 6 years ago

It seems that removing align-items-end from your toolbar div fixes the issue. So far haven't found anything broken by that. Following your tech doc for testing Also, following your comment to run it properly worked well :)

amitguptagwl commented 6 years ago

Hmm, if we remove that it will shift the 2nd tool plate up. Though we can do that, I was wondering if we can fix it without that.

luv-320east commented 6 years ago

I guess it depends on which browser you're running it then. On Chrome 67 and Safari, the items stay on the bottom. Running on a Mac btw

amitguptagwl commented 6 years ago

Your suggestion works perfectly fine. Please raise a PR.