-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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" %}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels