sidebar less janky on smaller screens
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
This commit is contained in:
parent
d327a4b029
commit
ba759b2821
@ -16,15 +16,16 @@
|
||||
</div>
|
||||
<div class="offcanvas-body">
|
||||
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3 align-items-center">
|
||||
<li class="nav-item">
|
||||
<button type="button" id="themeToggle" class="me-3 btn btn-link p-0 text-body">
|
||||
<li class="nav-item w-lg-100 py-lg-0 py-3 px-lg-0 px-1">
|
||||
<button type="button" id="themeToggle" class="me-0 btn btn-link p-0 text-body text-decoration-none">
|
||||
<i class="bi bi-sun"></i>
|
||||
<span class="d-lg-none ms-2 text-body-secondary">Change Theme</span>
|
||||
</button>
|
||||
</li>
|
||||
{% if request.user.is_authenticated %}
|
||||
<li class="nav-item">
|
||||
<li class="nav-item w-lg-100">
|
||||
<div class="dropdown">
|
||||
<button type="button" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">
|
||||
<button type="button" class="nav-link dropdown-toggle ms-lg-3" data-bs-toggle="dropdown">
|
||||
<img src="{{ request.user.avatar_url }}" alt="User Icon" width="30" class="rounded-circle me-2">
|
||||
<span>{{ request.user.global_name }}</span>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user