I don't know, it's going to get freaky because the before content is 
actually a bullet, and the links are underlined.

Kalcifer

On Wednesday, April 1, 2020 at 7:55:19 PM UTC+1, Mark S. wrote:
>
>
>
> On Wednesday, April 1, 2020 at 11:04:39 AM UTC-7, Kalcifer Kandari wrote:
>>
>> Yeah, I'll do that.
>>
>>
>> I'm wondering if it would be possible to use CSS to move the ::before 
>>> over 1em ?
>>>
>>
>> Don't waste your time trying to find a CSS solution to a HTML problem, 
>> I've exhausted all the possibilities.
>>
>
> One reason you might want a CSS solution is because once you hack a core 
> tiddler you have to keep track of your changes. Otherwise you might have 
> conflicts when upgrading.
>
> I got this result (should see screenshot here)
>
>
> when using this CSS fix
>
> /* See 'sidebar -> More -> All' for example output */
>
> .tc-tab-content a::before {
>    position: relative ;
>     content: "[before]";
>    left: 2px ;
> }
>
> .tc-tab-content a::after{
>     content: "[after]";
>    position: relative ;
>    left: -2px ;
>
> }
>
>
>
>
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2f68ab5a-cd8d-4f90-8bdd-99eb6f1b3884%40googlegroups.com.

Reply via email to