Currently the info panel is hidden (and it's a left side panel if visible).
Rework the layout so that this panel is anchored to the bottom for tall screens (e.g. phones oriented vertically) and to the side for wide screens (desktop browsers, tablets oriented in landscape).
Currently the info panel is hidden (and it's a left side panel if visible).
Rework the layout so that this panel is anchored to the bottom for tall screens (e.g. phones oriented vertically) and to the side for wide screens (desktop browsers, tablets oriented in landscape).
Since our layout is based on https://codepen.io/robert-claypool/pen/dOzYBa, some rework is needed to make this happen. Maybe we should use Bootstrap grid for our master layout.