Mirobit / bitcoin-node-manager

:bar_chart: Lightweight dashboard and control system for bitcoin nodes
MIT License
122 stars 62 forks source link

Info panel formatting issues #31

Closed mcjoshea closed 3 years ago

mcjoshea commented 3 years ago

I've mentioned this before as part of other issues but thought it might be best to raise it independently of them, now that they have all been resolved.

The issue is with the way the info panel information boxes are formatted. The individual info boxes are not the same size so if the page is resized they do not line up evenly.

image

image

image

The reason they do not line up is that the info boxes are not all the same height.

In the example below some are 97 pixels high and others are 95 pixels high.

95 image

97 image

97 image

95 image

95 image

95 image

I think this has something to do with the addition of the second font used for the GB text.

image

image

image

image

If this could be fixed I think the info boxes would line up evenly making the page look so much better on a smaller screen.

Mirobit commented 3 years ago

Thanks for looking into this. You were exactly right. The smaller "GB" caused this. 7571ecd fixes that.