diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc index 7a0a862..8e88d60 100644 Binary files a/__pycache__/dashboard.cpython-310.pyc and b/__pycache__/dashboard.cpython-310.pyc differ diff --git a/dashboard_static/index.html b/dashboard_static/index.html index 54a6f1b..471a822 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -95,7 +95,7 @@
- +
Sort By arrow_drop_down
@@ -110,7 +110,7 @@
- Sports Popularity Filter + Sports Popularity Chart
diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index a071b35..c580b0c 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -46,6 +46,7 @@ body { padding: 16px; background-color: var(--main-medium-dark); border-radius: 16px; + cursor: pointer; } .logo img { @@ -95,6 +96,7 @@ body { background-color: var(--tweet-color); border-radius: 16px; padding: 16px; + margin-bottom: 8px; } .tweet-profilepicture { @@ -205,6 +207,7 @@ body { box-sizing: border-box; display: flex; flex-wrap: wrap; + margin-bottom: 32px; } @@ -232,10 +235,10 @@ body { } .button { - color: var(--main-dark); + color: var(--main-bg); cursor: pointer; background-color: var(--main-light); - border-radius: 30px; + border-radius: 16px; border: none; } @@ -249,7 +252,7 @@ body { } .sort-dropdown-list { - position: absolute; + /* position: absolute; */ width: 100%; list-style-type: none; padding: 0; diff --git a/eca/__pycache__/arff.cpython-310.pyc b/eca/__pycache__/arff.cpython-310.pyc index 1516621..dab7427 100644 Binary files a/eca/__pycache__/arff.cpython-310.pyc and b/eca/__pycache__/arff.cpython-310.pyc differ diff --git a/eca/__pycache__/generators.cpython-310.pyc b/eca/__pycache__/generators.cpython-310.pyc index 155bc4d..01498c6 100644 Binary files a/eca/__pycache__/generators.cpython-310.pyc and b/eca/__pycache__/generators.cpython-310.pyc differ