mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed groups modals accessibility issues, fixed user icon larger than necessary
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user