diff --git a/app/templates/user/dashboard.html b/app/templates/user/dashboard.html
index 964be90..b6bd938 100644
--- a/app/templates/user/dashboard.html
+++ b/app/templates/user/dashboard.html
@@ -12,7 +12,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
width: 2%;
}
th.stream_name {
- width: 20%;
+ width: 18%;
}
th.stream_type {
width: 6%;
@@ -42,10 +42,8 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}
width: 6%;
}
th.stream_actions {
- width: 24%;
+ width: 26%;
}
-
-
{{super()}}
{% endblock %}