From a084cc982f0ab09178e92d4e36c871b909345a65 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 1 Mar 2020 16:59:41 +0100 Subject: improved display on mobile devices --- newspipe/web/static/css/customized-bootstrap.css | 5 ++++- newspipe/web/templates/home.html | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/newspipe/web/static/css/customized-bootstrap.css b/newspipe/web/static/css/customized-bootstrap.css index f6bbcfd7..d86422ab 100644 --- a/newspipe/web/static/css/customized-bootstrap.css +++ b/newspipe/web/static/css/customized-bootstrap.css @@ -31,7 +31,10 @@ img { } - +#sidebar { + overflow: auto; + max-height: 700px; +} #newspipenav { background-color: #205081; diff --git a/newspipe/web/templates/home.html b/newspipe/web/templates/home.html index 0d38c991..03bf24e4 100644 --- a/newspipe/web/templates/home.html +++ b/newspipe/web/templates/home.html @@ -1,6 +1,7 @@ {% extends "layout.html" %} {% block content %}