diff --git a/app/static/styles.css b/app/static/styles.css index 3c49102..8baf21d 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -59,3 +59,9 @@ visibility: visible; cursor: pointer; } + +.scroller { + position: fixed; + right: 80px; + bottom: 30px; +} diff --git a/app/templates/twitter.html b/app/templates/twitter.html index 6e85f75..ea5a883 100644 --- a/app/templates/twitter.html +++ b/app/templates/twitter.html @@ -19,4 +19,10 @@ {% else %} {% include '_empty_feed.html' %} {% endif %} +
+ + + +
+ {% endblock %}