diff --git a/undercover/static/styles.css b/undercover/static/styles.css index e03c165..adb50d5 100644 --- a/undercover/static/styles.css +++ b/undercover/static/styles.css @@ -182,6 +182,7 @@ div.user form input { flex-direction: row; justify-content: end; align-items: center; + font-size: 90%; } dl { @@ -336,4 +337,9 @@ textarea { .login-button { padding: 0; } + .logged-in { + position: absolute; + top: 0.5em; + right: 1em; + } } diff --git a/undercover/templates/base.jinja2 b/undercover/templates/base.jinja2 index 04a760e..254a281 100644 --- a/undercover/templates/base.jinja2 +++ b/undercover/templates/base.jinja2 @@ -10,6 +10,14 @@
+{% if username %} +{{ username }}
+ +{{ username }}
- -You are working as a Guest.