inspirehep / record-editor

Record editing tool used in http://inspirehep.net
GNU General Public License v2.0
6 stars 16 forks source link

fix the layout of the contents in navbar #316

Open Dinika opened 6 years ago

Dinika commented 6 years ago

The PR fixes the layout of the top navbar in record editor so that all the contents within it fit well (in 1 horizontal line) even on smaller screen sizes.

With this change in place the collapsible sidebar should already fit well on most screen sizes.

However, the issue will prevail on screen sizes less than 1235 pixels. To fix it, probably the New Ticket button should be changed into an icon, the history text should be made more concise, and probably a burger-icon could be used for smaller screen widths.

On screen width greater than 1235px screenshot from 2018-02-17 20-48-45

On screen width less than 1235px screenshot from 2018-02-17 20-51-55

Signed-off-by: Dinika Saxena dinika.saxena@cern.ch