Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reposition bookmark icon on conversations #992

Open
kidonng opened this issue Aug 10, 2020 · 0 comments
Open

Reposition bookmark icon on conversations #992

kidonng opened this issue Aug 10, 2020 · 0 comments

Comments

@kidonng
Copy link

kidonng commented Aug 10, 2020

Description

A conversation's title can be very long:

image

When the bookmark icon is added, it goes into a separate line, which is ugly:

image

What if we put the icon before the title?

image

CSS:

    .gh-header-title {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
    }
    
    .gh-header-title .js-issue-title {
      margin-right: 9px;
    }
    
    .gh-header-title .octotree-btn {
      margin-left: -22px;
      order: -1;
    }

You can also use this user script: https://github.com/kidonng/cherry/blob/master/scripts/README.md#reposition-octotree-bookmark-icon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant