@R², I'm with Charlie on not getting into GreaseMonkey to really customise 
the forum -- BUT your post reminded me of something. I used the dropper 
tool in uBlock Origin to zap the animated date thingy. Now it doesn't grab 
my eye when I'm reading. Thanks.
On Friday, August 20, 2021 at 3:24:53 AM UTC-4 R² wrote:

> @CJ, @clutterstack,
>
> Most of those are fairly minor design issues that can be easily solved 
> using a custom CSS hack (involving Stylus/GreaseMonkey/...).
>
> Regarding the avatars, I'm going for
>
> ```
> img.avatar{
>   filter: grayscale(100%) contrast(0.3) brightness(1.7);
> }
> ```
>
> to discretely blend them in the background without doing away with them 
> completely, but you may prefer a ``display: none``
>
> To avoid some of the empty spaces, you can use:
>
> ```
> div.main-outlet.wrap {
>   max-width: 100%;
> }
>
> .topic-body {
>   width: 100%
> }
> ```
>
> The latter isn't great because you're going to tire your eyes in 
> left-to-right saccades on a large screen but your call :)
>
> main-outlet.wrap has a maximum width specified, remove or change it →
> hide avatars (img.avatar display none)
>
> Best
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e6c8e411-5455-4515-b0ab-8eeca871932fn%40googlegroups.com.

Reply via email to