diff --git a/server/auth/assets/public/style.css b/server/auth/assets/public/style.css index c561dedb1..dd006b98d 100644 --- a/server/auth/assets/public/style.css +++ b/server/auth/assets/public/style.css @@ -29,11 +29,6 @@ body { right: 0; } -.user { - top: 0; - right: 0; -} - .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: 'Poppins'; font-weight: 600; diff --git a/server/auth/assets/templates/inc_footer.html.tpl b/server/auth/assets/templates/inc_footer.html.tpl index 30cacedb3..0edb8bfb0 100644 --- a/server/auth/assets/templates/inc_footer.html.tpl +++ b/server/auth/assets/templates/inc_footer.html.tpl @@ -1,8 +1,8 @@ {{ template "inc_toasts.html.tpl" .alerts }} - + diff --git a/server/auth/assets/templates/inc_header.html.tpl b/server/auth/assets/templates/inc_header.html.tpl index 714d3ec74..c3d5292b4 100644 --- a/server/auth/assets/templates/inc_header.html.tpl +++ b/server/auth/assets/templates/inc_header.html.tpl @@ -14,16 +14,19 @@ Corteza - - {{ if .user }} -
- - {{ tr "inc_header.logged-in-as" }} - {{ coalesce .user.Name .user.Handle .user.Email }} - | - {{ tr "inc_header.logout" }} -
- {{ end }} -
+ + {{ if .user }} +
+
+ + {{ tr "inc_header.logged-in-as" }} + {{ coalesce .user.Name .user.Handle .user.Email }} + | + {{ tr "inc_header.logout" }} +
+
+ {{ end }} + +
{{ template "inc_nav.html.tpl" . }} diff --git a/server/auth/assets/templates/inc_nav.html.tpl b/server/auth/assets/templates/inc_nav.html.tpl index 3814ec6d1..753460e0c 100644 --- a/server/auth/assets/templates/inc_nav.html.tpl +++ b/server/auth/assets/templates/inc_nav.html.tpl @@ -1,5 +1,5 @@
-
+