diff --git a/templates/header.html b/templates/header.html index 522a1fec..07a75cb5 100644 --- a/templates/header.html +++ b/templates/header.html @@ -44,8 +44,8 @@
- {{.CurrentUser.Name}} - 21 new alerts + {{.CurrentUser.Name}} + No new alerts
{{end}} diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index 3b18a717..51c58aa3 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -995,7 +995,6 @@ input[type=checkbox]:checked + label .sel { .user_box { display: none; } - #back { flex-direction: column; } @@ -1012,6 +1011,12 @@ input[type=checkbox]:checked + label .sel { } } +@media(min-width: 751px) { + .menu_profile { + display: none; + } +} + @media(max-width: 850px) { /**/ } diff --git a/themes/nox/public/profile.css b/themes/nox/public/profile.css index 708b9a6b..2a27025d 100644 --- a/themes/nox/public/profile.css +++ b/themes/nox/public/profile.css @@ -34,6 +34,9 @@ padding: 12px; } +.colstack_right .colstack_head:not(:first-child) { + margin-top: 0px; +} #profile_right_lane { width: 100%; }