We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A conversation's title can be very long:
When the bookmark icon is added, it goes into a separate line, which is ugly:
What if we put the icon before the title?
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
A conversation's title can be very long:
When the bookmark icon is added, it goes into a separate line, which is ugly:
What if we put the icon before the title?
CSS:
You can also use this user script: https://github.com/kidonng/cherry/blob/master/scripts/README.md#reposition-octotree-bookmark-icon
The text was updated successfully, but these errors were encountered: