From 028c081f86a48d93cf6b8b51687738660a3a2da7 Mon Sep 17 00:00:00 2001 From: eetukarvonen Date: Mon, 14 Sep 2020 07:36:45 -0400 Subject: [PATCH] Add return to top button --- app/static/styles.css | 6 ++++++ app/templates/twitter.html | 6 ++++++ 2 files changed, 12 insertions(+) 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 %}