Fixed groups modals accessibility issues, fixed user icon larger than necessary

This commit is contained in:
2025-11-02 21:42:57 +01:00
parent cf99f749c8
commit 82d241b5e8
2 changed files with 9 additions and 9 deletions

View File

@@ -91,7 +91,7 @@
<li class="nav-item dropdown">
<div class="nav-link dropdown-toggle d-flex align-items-center" href="#" id="userDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
<img src="/Home/UserPhoto?uid=@User.Identity.Name&size=256" alt="Profile"
<img src="/Home/UserPhoto?uid=@User.Identity.Name&size=30" alt="Profile"
class="rounded-circle me-2" width="30" height="30" />
<span>@User.Identity.Name</span>
</div>