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

Make branch icon stand out more #20726

Merged
merged 6 commits into from
Aug 10, 2022

Commits on Aug 9, 2022

  1. Make branch icon stand out more

    - Currently the branch icon is "squashed" between the two branch names
    and feels a bit "amateur-ish" to my feeling(relative to other UI
    elements).
    - This patch tries to improve that by making the icon bigger
    and by adding some margin to not have a "squashed" icon.
    - This patch also includes a "fix", for some reason this symbol is not
    centering correctly within the span(or without for that matter), so
    simply manually patch this by adding `bottom: 1.px`.
    Gusted committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7b33b08 View commit details
    Browse the repository at this point in the history
  2. Use svg

    Gusted committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    97e4f50 View commit details
    Browse the repository at this point in the history
  3. Apply suggestion

    Co-authored-by: silverwind <me@silverwind.io>
    Gusted and silverwind committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d5f772b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into improve-branch-icon

    Gusted committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    780628a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    965bdee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffab460 View commit details
    Browse the repository at this point in the history