dwyl / github-backup

:octocat: :back: 🆙 Backup your GitHub Issues so you can still work when (they/you are) offline.
https://github-backup.herokuapp.com
GNU General Public License v2.0
32 stars 3 forks source link

Amend UI for issue title at the top of comment page #59

Closed Cleop closed 6 years ago

Cleop commented 6 years ago

As a user I want to be able to recognise the title of the issue as being the title of the issue So that I can understand the context of the comment versions that I am looking at.

This is currently how the top of the page looks: image It's not very obvious that the second heading is the title of the issue. Perhaps we could help distinguish it more by making it resemble the UI from github more closely? This is the UI from github:

image

As a starting point I would suggest:

Cleop commented 6 years ago

I've made the changes, however the sections are not quite in line because one of them has expanded outside of its dimensions: image I will now look into this to fix it.

This is being resolved using flexbox rather than min widths and position relative/absolute.

nelsonic commented 6 years ago

@Cleop thanks for fixing. 👍