aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/static/css/customized-bootstrap.css
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-01 16:59:41 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-01 16:59:41 +0100
commita084cc982f0ab09178e92d4e36c871b909345a65 (patch)
treed320d618e04c25276426364f2cbd23f523b89113 /newspipe/web/static/css/customized-bootstrap.css
parentfixed commands menu (diff)
downloadnewspipe-a084cc982f0ab09178e92d4e36c871b909345a65.tar.gz
newspipe-a084cc982f0ab09178e92d4e36c871b909345a65.tar.bz2
newspipe-a084cc982f0ab09178e92d4e36c871b909345a65.zip
improved display on mobile devices
Diffstat (limited to 'newspipe/web/static/css/customized-bootstrap.css')
-rw-r--r--newspipe/web/static/css/customized-bootstrap.css5
1 files changed, 4 insertions, 1 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;
bgstack15