aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newspipe/static/css/custom.css8
1 files changed, 8 insertions, 0 deletions
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 {
bgstack15