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

Refix notification bell placement #20251

Merged
merged 2 commits into from
Jul 6, 2022
Merged

Commits on Jul 5, 2022

  1. Refix notification bell placement

    The use of `m-4 text black` for the notification bell results in this
    icon being shifted upwards. Instead we should use the `item` class but
    adjust `not-mobile` and `mobile-only` to make their `display: none`
    settings `!important`.
    
    (As an aside: This is probably one of the only times we should use
    `!important` in our less files and the rest should be avoided or
    removed.)
    
    Ref go-gitea#20069
    Revert go-gitea#20236
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    bf88c94 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    6a3ce18 View commit details
    Browse the repository at this point in the history