diff --git a/app/assets/stylesheets/active_users_graph.css b/app/assets/stylesheets/active_users_graph.css deleted file mode 100644 index 7803c0a..0000000 --- a/app/assets/stylesheets/active_users_graph.css +++ /dev/null @@ -1,13 +0,0 @@ -.active-users-graph { - display: flex; - flex-direction: row; - gap: 0.5rem; - margin-top: 1rem; -} - -.active-users-graph__hour { - background-color: white; - opacity: 0.1; - flex-grow: 1; - min-width: 10px; -} diff --git a/app/views/static_pages/_active_users_graph.html.erb b/app/views/static_pages/_active_users_graph.html.erb index 62b5074..56ca133 100644 --- a/app/views/static_pages/_active_users_graph.html.erb +++ b/app/views/static_pages/_active_users_graph.html.erb @@ -1,7 +1,7 @@ -