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

Fixed issue#36. #41

Closed AnshuOnGit closed 6 years ago

AnshuOnGit commented 6 years ago

Purpose / Goal

This pull request intends to fix the UI issue of disappearance of buttons present on top right most side of screen. i have made it visible by changing bootstrap col class. It will definitely fix issue on the small sized browser tabs.

Please mention the issue number, if exists. Issue#36

Type

Bootstrap: adjust grid on small browser

Note : Please ensure that you've read contribution guidelines before raising this PR.

amitguptagwl commented 6 years ago

@AnshuOnGit As you said "It will definitely fix issue on the small sized browser tabs.". Have you tested the application? I believe, after this change imglab logo will not be in center anymore. I think we'll have to use col class for different screen eg. col-xl-2 col-lg-3 col-md-4

amitguptagwl commented 6 years ago

The issue has been fixed