diff --git a/hbd/server/templates/alerts.html b/hbd/server/templates/alerts.html index 9cfe400..534423f 100644 --- a/hbd/server/templates/alerts.html +++ b/hbd/server/templates/alerts.html @@ -3,20 +3,13 @@ {% include 'head.html' %} - + + \ No newline at end of file diff --git a/hbd/server/templates/live.html b/hbd/server/templates/live.html index 1641ecc..ad393b7 100644 --- a/hbd/server/templates/live.html +++ b/hbd/server/templates/live.html @@ -7,10 +7,6 @@ display: flex; flex-direction: column; height: 100vh; - box-sizing: border-box; - padding: 10px; - margin: 0; - background: #f5f5f5; overflow: hidden; } diff --git a/hbd/server/templates/nav.html b/hbd/server/templates/nav.html index 4bd9770..edc4170 100644 --- a/hbd/server/templates/nav.html +++ b/hbd/server/templates/nav.html @@ -10,6 +10,9 @@ Settings {% endif %} +
{% if current_user %} {% if current_user.avatar %} @@ -21,6 +24,12 @@ {% endif %} + + +