This commit is contained in:
Adam 2024-08-27 08:46:15 +02:00
parent 714b376820
commit 57feb0d609
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
@{
string url3 = $"user/messages/{userId}";
<NavLink class="nav-link" href="@url3">
<i class="fa-solid fa-envelope">@(" (" + SiteViewModel.UnreadMessagesCount + ")")</i>
<i class="fa-solid fa-envelope"><sup>@(" (" + SiteViewModel.UnreadMessagesCount + ")")</sup></i>
</NavLink>
}
</li>

View File

@ -287,7 +287,7 @@ select {
}
.dxbl-tabs.dxbl-tabs-top > .dxbl-tabs-tablist {
background-color: aliceblue;
background-color: lightgray;
}
/*my blazor overrides end*/
.custom-select {