diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2021-09-26 19:32:31 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2021-09-26 19:32:31 +0200 |
commit | 8c4f4b46a5df4f36d14501e29d7fe636f65af5d6 (patch) | |
tree | bcaed7256e61db1309b34d6718e3eb308b5853b1 | |
parent | improved display of the list of news (diff) | |
download | newspipe-8c4f4b46a5df4f36d14501e29d7fe636f65af5d6.tar.gz newspipe-8c4f4b46a5df4f36d14501e29d7fe636f65af5d6.tar.bz2 newspipe-8c4f4b46a5df4f36d14501e29d7fe636f65af5d6.zip |
updated btn-group-xs style for the list of atticles.
-rw-r--r-- | newspipe/static/css/custom.css | 8 |
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 { |