diff --git a/src/snek/static/base.css b/src/snek/static/base.css
index 049241d..7384ad7 100644
--- a/src/snek/static/base.css
+++ b/src/snek/static/base.css
@@ -373,7 +373,7 @@ a {
         top: 0;
         left: 0;
             text-overflow: ellipsis;
-
+        width:100%;
         *{
             font-size: 12px !important;
         }
diff --git a/src/snek/templates/app.html b/src/snek/templates/app.html
index 6c3f137..5ab68c4 100644
--- a/src/snek/templates/app.html
+++ b/src/snek/templates/app.html
@@ -26,7 +26,7 @@
 
   <header>
     <div class="logo no-select">{% block header_text %}{% endblock %}</div>
-    <nav class="no-select" style="float:right;overflow:hidden;scroll-behavior:smooth">
+    <nav class="no-select" style="overflow:hidden;scroll-behavior:smooth">
       <a class="no-select" href="/web.html">🏠</a>
       <a class="no-select" href="/search-user.html">🔍</a>
       <a class="no-select" style="display:none" id="install-button" href="#">📥</a>