From 8c4f4b46a5df4f36d14501e29d7fe636f65af5d6 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 26 Sep 2021 19:32:31 +0200 Subject: updated btn-group-xs style for the list of atticles. --- newspipe/static/css/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/newspipe/static/css/custom.css b/newspipe/static/css/custom.css index 0e1d5a9b..70a24bf8 100644 --- a/newspipe/static/css/custom.css +++ b/newspipe/static/css/custom.css @@ -66,6 +66,14 @@ a { color: #0082c9 !important; } +/* Main table for the list of news */ + +.btn-group-xs > .btn, .btn-xs { + padding: 0; + font-size: 16px; + line-height: .09; + border-radius: 0; +} /* Sticky footer */ .footer { -- cgit