From fa946844d1fe41edd84af1b4b8f0f1c4a493eaba Mon Sep 17 00:00:00 2001 From: Kfir Hadas Date: Fri, 26 May 2017 19:23:34 +0300 Subject: [PATCH] Style fixes Comments box changed the height of the `` Tweak icon/text sizes. --- nyaa/static/css/main.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 1fe9f6f..4d70ea0 100755 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -65,6 +65,11 @@ table.torrent-list tbody tr td a:visited { /* comments count */ table.torrent-list .hdr-comments { border-left: hidden; + font-size: medium; +} + +table.torrent-list .hdr-comments i { + margin-right: 6px; } table.torrent-list tbody .comments { @@ -73,7 +78,8 @@ table.torrent-list tbody .comments { border: 1px solid #d7d7d7; border-radius: 3px; color: #383838; - padding: 1px 5px; + padding: 0 5px; + font-size: small; background-color: #ffffff; } table.torrent-list tbody .comments i {