From 8dc28a6b706a1e510a27e6d5f1cabe8c06100867 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Tue, 27 Jun 2017 17:09:00 -0400 Subject: [PATCH] Fix avatar bottom spacing --- static/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/global.css b/static/styles/global.css index c96ad1e..90b0685 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -736,6 +736,10 @@ tr.torrent .bookmark>a:after { max-width: 100%; } +.avatar > a > img { + display: block; +} + #collage #reply_box img, #forums #reply_box img { max-width: 650px;