Page 1 of 1

A small CSS change

Posted: Sat Mar 31, 2018 11:47 am
by AlexK
It's a tiny, tiny thing, but the lack of whitespace underneath a blockquote bothers me, and makes it harder to read a reply to a quote.

Is there any chance you could make a small change to the CSS to increase the bottom margin?

In content.css, line 529 is currently:

Code: Select all

margin: 12px 0px 0 24px;
Could we change that to:

Code: Select all

margin: 12px 0px 12px 24px;
Just spaces things out a touch, making it a little clearer.

Re: A small CSS change

Posted: Sat Mar 31, 2018 12:13 pm
by Boomer
Good suggestion. I’ve been hard coding a return (when I remember)

Re: A small CSS change

Posted: Sat Mar 31, 2018 12:48 pm
by Rob
Yes happy to look at that. I also want some more information visible in mobile view. The quote and report buttons vanish from smaller screens which is annoying.

Re: A small CSS change

Posted: Wed Apr 04, 2018 9:47 am
by Rob
Boomer wrote: Sat Mar 31, 2018 12:13 pm Good suggestion. I’ve been hard coding a return (when I remember)
Test

Re: A small CSS change

Posted: Wed Apr 04, 2018 9:48 am
by Rob
I think that's changed now, I'm not sure I notice a difference though...

Re: A small CSS change

Posted: Wed Apr 04, 2018 9:53 am
by AlexK
Thanks - definitely an improvement for me. Some may need to force refresh/clear their cache.