|
|
|
@@ -150,30 +150,6 @@ |
|
|
|
} |
|
|
|
</div> |
|
|
|
|
|
|
|
@if (IsCollapsed) |
|
|
|
{ |
|
|
|
<div class="sidebar-footer sidebar-footer-collapsed"> |
|
|
|
<button class="footer-button" aria-label="Aide"> |
|
|
|
<span class="icon">❓</span> |
|
|
|
</button> |
|
|
|
<button class="footer-button" @onclick='() => NavigateTo("parametres_mail")' aria-label="Paramètres"> |
|
|
|
<span class="icon">⚙️</span> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
<div class="sidebar-footer"> |
|
|
|
<button class="footer-button" aria-label="Aide"> |
|
|
|
<span class="icon">❓</span> |
|
|
|
<span>Aide</span> |
|
|
|
</button> |
|
|
|
<button class="footer-button" @onclick='() => NavigateTo("parametres_mail")' aria-label="Paramètres"> |
|
|
|
<span class="icon">⚙️</span> |
|
|
|
<span>Paramètres</span> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
} |
|
|
|
</div> |
|
|
|
|
|
|
|
@code { |