Only using large bootstrap breakpoints in sidebar.
Closed this issue · 1 comments
nucleogenesis/src/html/views/sidebar.html
Line 11 in 7ade6ee
I can fix this, but I'm not sure how you want it to look. The problem is if the large breakpoint is only active on windows larger than 1200px wide. On any screens narrower, it just sort of collapses into itself since. This can be fixed by just changing it to col-sm-2
, or if you'd prefer it be narrower, col-sm-1
for instance.
I never really thought about it, but now that I pay attention to it I actually like the condensed way better.
In a wide screen it looks like this
I find it annoying because we are already a bit short of real estate. In a narrow screen it looks like this
I like this second one better because it still has a little bit of margin but wastes less space.
If you could fix that, it would be wonderful. However, I wouldn't spend too much time worrying about the GUI since I want to scrap most of it anyway (but only after balancing).