From 354ee921f9844e7334de3ae0ecc92b02d13ee42f Mon Sep 17 00:00:00 2001 From: Benji-Collins <34997963+Benji-Collins@users.noreply.github.com> Date: Sun, 24 Jun 2018 20:43:00 +0930 Subject: [PATCH 1/7] Update url_form.php --- templates/url_form.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/url_form.php b/templates/url_form.php index 11bb6617..ee119daf 100644 --- a/templates/url_form.php +++ b/templates/url_form.php @@ -10,6 +10,7 @@ top:0; left:0; width: 100%; + transition: top 0.3s; margin:0; @@ -72,6 +73,20 @@ function smart_select(ele){ +// This part makes the top bar disappear when the user scrolls down the page. It shows again when they scroll up. + + From 1afc1b4ffd212127b282ebe641db4c10ebed2724 Mon Sep 17 00:00:00 2001 From: Benji-Collins <34997963+Benji-Collins@users.noreply.github.com> Date: Sun, 24 Jun 2018 20:51:35 +0930 Subject: [PATCH 2/7] Alternate style for url_form --- templates/url_form.php | 110 ++++++++++++++++++++++++++--------------- 1 file changed, 70 insertions(+), 40 deletions(-) diff --git a/templates/url_form.php b/templates/url_form.php index ee119daf..6d68bcd4 100644 --- a/templates/url_form.php +++ b/templates/url_form.php @@ -1,11 +1,8 @@ - -