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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d0cc7d75-2fe0-4a47-8d18-ac69f6bca810%40googlegroups.com.

Reply via email to