merged commit form master that fixed most things
This commit is contained in:
2019-01-18 23:33:24 +01:00
34 changed files with 752 additions and 671 deletions

View File

@@ -11,7 +11,7 @@
<!-- hidden-xs hides the username on small devices so only the image appears. -->
<span id="user-name" class="hidden-xs">@Model</span>
</a>
<ul class="dropdown-menu">
<ul class="dropdown-menu" style="box-shadow: black 0px 0px 2px">
<!-- The user image in the menu -->
<li class="user-header">
<img src="@session.GetString("avatar")" class="img-circle" alt="User Image" id="avatar">