diff --git a/app/templates/user/dashboard.html b/app/templates/user/dashboard.html index 2ba887b..c53ba55 100644 --- a/app/templates/user/dashboard.html +++ b/app/templates/user/dashboard.html @@ -21,10 +21,10 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }} width: 5%; } th.stream_restarts { - width: 5%; + width: 6%; } th.stream_cpu { - width: 5%; + width: 6%; } th.stream_rss { width: 6%; @@ -36,7 +36,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }} width: 6%; } th.stream_work_time { - width: 10%; + width: 8%; } th.stream_live_time { width: 5%; @@ -262,7 +262,7 @@ Dashboard | {{ config['PUBLIC_CONFIG'].site.title }}