From 43feb98eb7d3e860884ec0fa79c162a40ea1dfa1 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 23 Jun 2020 12:44:54 +0200 Subject: improvements to the menu of feeds --- newspipe/static/css/custom.css | 6 +++ newspipe/templates/home.html | 97 +++++++++++++++++++++++++----------------- 2 files changed, 64 insertions(+), 39 deletions(-) diff --git a/newspipe/static/css/custom.css b/newspipe/static/css/custom.css index 33b0509c..8bd1e92c 100644 --- a/newspipe/static/css/custom.css +++ b/newspipe/static/css/custom.css @@ -60,6 +60,12 @@ a { text-align: center; } +.badge-light { + background-color: rgb(246, 248, 250); + opacity: 1; + color: #0082c9 !important; +} + /* Sticky footer */ .footer { diff --git a/newspipe/templates/home.html b/newspipe/templates/home.html index c02256de..86563d13 100644 --- a/newspipe/templates/home.html +++ b/newspipe/templates/home.html @@ -16,51 +16,59 @@ {% else %}
@@ -115,10 +132,10 @@ @@ -131,6 +148,8 @@ {% if feed_id %} + {% else %} + {% endif%} {% if not feed_id %} -- cgit