diff --git a/dashboard_static/index.html b/dashboard_static/index.html index 971ecd0..a234fd6 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -95,9 +95,19 @@
- - - +
+ SORT BY arrow_drop_down +
+
    +
  • Time
  • +
  • Likes
  • +
  • Retweets
  • +
  • Replies
  • +
+
+
+
BLOCKED WORDS
+
POPULARITY FILTER

SPORTS POPULARITY CHART

diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 216afc4..56cd754 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -221,10 +221,21 @@ body { } .button { + color: black; + cursor: pointer; + background-color: white; border-radius: 50px; border: none; } /* .button:hover { background-color: ; -} */ \ No newline at end of file +} */ + +.sort-dropdown { + +} + +.sort-drop-list { + +} \ No newline at end of file