Skip to content

minor aesthetic style issues #5

@eseiker

Description

@eseiker

these issues occur in firefox

  • when collapsed sidebar expands, 'My Profile' nav item height changes instantly. this can be addressed by .nav-sidebar .nav-link p { text-wrap-mode: nowrap; }
  • in 'My Profile' page, if profile image's width become less than 220px or 140px, the profile icon becomes ellipse, not circle. removing height from the style would resolve the issue.
    {% avatar profile_avatar_user 220 class="img-fluid img-circle mb-3" style="width:220px;height:220px;object-fit:cover;" alt="Avatar" %}

    {% avatar profile_avatar_user 140 class="img-fluid img-circle mb-3" style="width:140px;height:140px;object-fit:cover;" alt="Avatar" %}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions