huboard / huboard-web

GitHub issues made awesome
https://huboard.com
61 stars 26 forks source link

Adds the repo name beside the fullscreen issue title #378

Closed discorick closed 7 years ago

discorick commented 7 years ago

image

closes https://github.com/huboard/huboard/issues/537

dahlbyk commented 7 years ago

Added a commit with equivalent padding between title and number.

Before

firefox_2016-09-21_10-36-32

After

2016-09-21_10-36-35

Not completely sure, but I think the font-size on .ui-icon-note will be inherited from .linked-repo

font-size from h2 wins.

firefox_2016-09-21_10-38-20
rauhryan commented 7 years ago

Not completely sure, but I think the font-size on .ui-icon-note will be inherited from .linked-repo font-size from h2 wins.

CSS you so silly

discorick commented 7 years ago

Yeah, I am actually not sure why I added another property rather than using model.repoName, I will take care of it!