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" %} |
these issues occur in firefox
.nav-sidebar .nav-link p { text-wrap-mode: nowrap; }astra/astra_app/core/templates/core/user_profile.html
Line 58 in da376fe
astra/astra_app/core/templates/core/user_profile.html
Line 65 in da376fe