diff --git a/less/mobile.less b/less/mobile.less
index d0abd0f..2990cc6 100644
--- a/less/mobile.less
+++ b/less/mobile.less
@@ -220,6 +220,10 @@
text-decoration: none;
}
}
+
+ .user-status {
+ padding-left: 40px;
+ }
}
.slideout-open,
diff --git a/lib/persona.js b/lib/persona.js
index c72cc38..7a6aabf 100644
--- a/lib/persona.js
+++ b/lib/persona.js
@@ -238,7 +238,6 @@ $(document).ready(function() {
$('#menu [data-section="navigation"] ul').html($('#main-nav').html() + ($('#search-menu').html() || '') + ($('#logged-out-menu').html() || ''));
$('#user-control-list').children().clone(true, true).appendTo($('#menu [data-section="profile"] ul'));
- $('#menu [data-section="profile"] ul').find('[component="user/status"]').remove();
socket.on('event:user_status_change', function(data) {
if (parseInt(data.uid, 10) === app.user.uid) {
diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl
index 7e36c7e..e593110 100644
--- a/templates/partials/menu.tpl
+++ b/templates/partials/menu.tpl
@@ -71,7 +71,7 @@
-
+
{user.username}
@@ -84,22 +84,22 @@