Autodesk/hubble

Move action bar below the charts on small screens

Open

#116 opened on Feb 6, 2018

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Python (47 forks)auto 404
aestheticgood first issuehelp wanted

Repository metrics

Stars
 (181 stars)
PR merge metrics
 (PR metrics pending)

Description

The action bar is currently vertically aligned with the title. For this reason, it is rendered above the charts on smaller screens:

screenshot from 2018-02-06 14-41-03

It might make sense to place the action bar below the charts along with the info boxes. First, because it’s not the topmost important piece of information (especially on small screens, where space is limited). Second, vertically aligning the action bar with the title will look odd when adding a view switcher as suggested in #115.

Contributor guide